This commit is contained in:
Paidax
2025-06-04 15:27:27 +08:00
parent d046c3be5d
commit 2409b3ddfe
116 changed files with 12202 additions and 1804 deletions
@@ -97,6 +97,16 @@ public class ProposalConfig {
@ColDefine(type = ColType.TIMESTAMP)
private Date remindProposalCreatorDate;
@Column
@Comment("开始撰写时间")
@ColDefine(type = ColType.DATETIME)
private Date startWriteTime;
@Column
@Comment("结束撰写时间")
@ColDefine(type = ColType.DATETIME)
private Date endWriteTime;
@One(field = "masterUnitConfigId")
private ProposalReplyConfig masterUnitConfig;