系统业务类型 初始的数据不允许删除,并只允许admin修改
This commit is contained in:
@@ -14,7 +14,15 @@ public class ServiceConfigInfo {
|
||||
private String maatTable;//maat中对应的表名
|
||||
private Integer serviceId;//业务id,对应SystemServiceInfo.serviceId
|
||||
private Integer isValid;//有效标识 0:无效;1:有效;
|
||||
private Integer isInitianlize;//有效标识 0:无效;1:有效;
|
||||
|
||||
|
||||
public Integer getIsInitianlize() {
|
||||
return isInitianlize;
|
||||
}
|
||||
public void setIsInitianlize(Integer isInitianlize) {
|
||||
this.isInitianlize = isInitianlize;
|
||||
}
|
||||
public Long getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user