|
@ -29,8 +29,6 @@ public class SaasDO extends UuidIdentityEntityWithOperator {
|
|
|
//已删除
|
|
|
delete
|
|
|
}
|
|
|
|
|
|
private String orgCode; //机构编码
|
|
|
private String name; //系统名称
|
|
|
private Status status; //状态 0待审核 1审核通过 2审核不通过 3已删除
|
|
|
private String remark; //备注
|
|
@ -52,15 +50,6 @@ public class SaasDO extends UuidIdentityEntityWithOperator {
|
|
|
//业务模块
|
|
|
List<SaasModuleDO> saasModuleList;
|
|
|
|
|
|
@Column(name = "org_code", nullable = false)
|
|
|
public String getOrgCode() {
|
|
|
return orgCode;
|
|
|
}
|
|
|
|
|
|
public void setOrgCode(String orgCode) {
|
|
|
this.orgCode = orgCode;
|
|
|
}
|
|
|
|
|
|
@Column(name = "name", nullable = false, length = 200)
|
|
|
public String getName() {
|
|
|
return this.name;
|