This commit is contained in:
zhouhefeng
2026-04-27 08:42:06 +08:00
parent dcbb1904c2
commit 48892370c0
14 changed files with 1890 additions and 463 deletions
@@ -68,6 +68,11 @@ public class ProcessDesign extends BaseModel {
@Column
private Integer isDeployed;
@Comment("排序编码")
@Column
@Default("0")
private Integer sortNo;
@Comment("备注")
@Column
private String remark;