模板管理开发

This commit is contained in:
hejinbo
2023-11-17 17:49:53 +08:00
parent 736b189473
commit 35a9faeb6a
9 changed files with 265 additions and 29 deletions
@@ -39,4 +39,10 @@ public class SealManage extends BaseEntity {
* 印章使用状态(0禁用,1启用)
*/
private Integer isUse;
/**
* 附件路径
*/
private String annexPath;
}