11.10 开发
This commit is contained in:
@@ -53,6 +53,10 @@ public class DeptIdentify extends BaseEntity {
|
||||
* 附件id
|
||||
*/
|
||||
private Integer annexId;
|
||||
/**
|
||||
* 印章状态 0禁用,1启用
|
||||
*/
|
||||
private Integer sealStatus;
|
||||
|
||||
public Integer getAnnexId() {
|
||||
return annexId;
|
||||
@@ -168,4 +172,12 @@ public class DeptIdentify extends BaseEntity {
|
||||
public void setIsUse(Integer isUse) {
|
||||
this.isUse = isUse;
|
||||
}
|
||||
|
||||
public Integer getSealStatus() {
|
||||
return sealStatus;
|
||||
}
|
||||
|
||||
public void setSealStatus(Integer sealStatus) {
|
||||
this.sealStatus = sealStatus;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user