根据申请ID获取审批记录列表 增加创建时间字段

This commit is contained in:
shuo.wang
2025-06-23 15:33:57 +08:00
parent 8df08b7236
commit 2fb004de85

View File

@@ -22,5 +22,5 @@ public class ApprovalRecordDTO {
@ApiModelProperty("记录类型1-申请提交2-审批操作") @ApiModelProperty("记录类型1-申请提交2-审批操作")
private Integer recordType; private Integer recordType;
@ApiModelProperty("创建时间") @ApiModelProperty("创建时间")
private Date createTime; private Date createdTime;
} }