根据申请ID获取审批记录列表 增加创建时间字段
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user