parent
6433917afb
commit
bd61d3519c
@ -0,0 +1,14 @@ |
||||
package com.dxhy.admin.sys.entity; |
||||
|
||||
import lombok.Data; |
||||
|
||||
@Data |
||||
public class SysCompanyEntity { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
//组织编码
|
||||
private String companyCode; |
||||
|
||||
//组织名称
|
||||
private String companyName; |
||||
} |
Loading…
Reference in new issue