修复公章管理
This commit is contained in:
@@ -32,7 +32,11 @@ public class SealManage extends BaseEntity {
|
||||
private Integer annexId;
|
||||
|
||||
/**
|
||||
* 印章状态(0禁用,1启用)
|
||||
* 印章审核状态(0未通过,1通过)
|
||||
*/
|
||||
private Integer sealStatus;
|
||||
/**
|
||||
* 印章使用状态(0禁用,1启用)
|
||||
*/
|
||||
private Integer isUse;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user