模板管理修改接口

This commit is contained in:
hejinbo
2023-11-20 14:39:01 +08:00
parent 36e7342d85
commit 2438e89252
3 changed files with 30 additions and 11 deletions
@@ -42,4 +42,8 @@ public class TemplateManage extends BaseEntity {
* 删除标志(0代表存在 2代表删除)
*/
private Integer delFlag;
/**
* 机构关联id
*/
private String identifyName;
}