协调L3页面,新增合同证书的文件上传逻辑

This commit is contained in:
2025-12-23 15:56:15 +08:00
parent 9f423b26f9
commit 04eace18c4
11 changed files with 577 additions and 67 deletions

View File

@@ -25,6 +25,10 @@ public class HrmContract extends BaseEntity implements Serializable {
private Date endDate;
private String status;
private String remark;
/**
* 合同附件 fileIds逗号分隔的 OSS ID
*/
private String fileIds;
@TableLogic
private Integer delFlag;
}