Browse Source

会签后撤回修改、待办中心列表时间查询修改

master
CMM 1 year ago
parent
commit
a66b33684c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pmapi/src/main/java/com/ningdatech/pmapi/todocenter/model/req/ToBeProcessedReq.java

+ 2
- 2
pmapi/src/main/java/com/ningdatech/pmapi/todocenter/model/req/ToBeProcessedReq.java View File

@@ -33,11 +33,11 @@ public class ToBeProcessedReq extends PagePo implements Serializable {
private Integer projectYear; private Integer projectYear;


@ApiModelProperty("创建时间") @ApiModelProperty("创建时间")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
private LocalDateTime createOnMin; private LocalDateTime createOnMin;


@ApiModelProperty("创建时间") @ApiModelProperty("创建时间")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
private LocalDateTime createOnMax; private LocalDateTime createOnMax;


@ApiModelProperty(value = "是否增补项目",allowableValues = "0,1") @ApiModelProperty(value = "是否增补项目",allowableValues = "0,1")


Loading…
Cancel
Save