Commit c8b88745 by huluobin

update

parent 12868ad1
......@@ -38,6 +38,7 @@ public class CostDto {
@ApiModelProperty("创建人id")
private Integer createUserid;
@ApiModelProperty("创建人编号")
private String createUsercode;
@ApiModelProperty("创建人名称")
......@@ -176,6 +177,7 @@ public class CostDto {
private Integer costTemplateId;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@ApiModelProperty("最后审核时间")
private LocalDateTime lastModifyDate;
@ApiModelProperty("能否审核")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment