Commit c8b88745 by huluobin

update

parent 12868ad1
...@@ -38,6 +38,7 @@ public class CostDto { ...@@ -38,6 +38,7 @@ public class CostDto {
@ApiModelProperty("创建人id") @ApiModelProperty("创建人id")
private Integer createUserid; private Integer createUserid;
@ApiModelProperty("创建人编号") @ApiModelProperty("创建人编号")
private String createUsercode; private String createUsercode;
@ApiModelProperty("创建人名称") @ApiModelProperty("创建人名称")
...@@ -176,6 +177,7 @@ public class CostDto { ...@@ -176,6 +177,7 @@ public class CostDto {
private Integer costTemplateId; private Integer costTemplateId;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@ApiModelProperty("最后审核时间")
private LocalDateTime lastModifyDate; private LocalDateTime lastModifyDate;
@ApiModelProperty("能否审核") @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