工会报销

This commit is contained in:
=
2025-08-29 17:43:04 +08:00
parent 43c848171d
commit a08ae49f03
16 changed files with 2445 additions and 0 deletions
@@ -42,6 +42,11 @@ public class Sys_dict extends BaseModel implements Serializable {
@ColDefine(type = ColType.VARCHAR, width = 100)
private String name;
@Column
@Comment("备注")
@ColDefine(type = ColType.VARCHAR, width = 100)
private String remark;
@Column
@Comment("编码")
@ColDefine(type = ColType.VARCHAR, width = 100)