소스 검색

重点工程

hanfucheng 1 년 전
부모
커밋
3e64c6539f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/java/com/sooka/sponest/data/generalbusiness/domain/CenterdataTKeyProjects.java

+ 2 - 0
src/main/java/com/sooka/sponest/data/generalbusiness/domain/CenterdataTKeyProjects.java

@@ -277,6 +277,7 @@ public class CenterdataTKeyProjects extends BaseBusinessEntity {
     @Excel(name = "续建项目去年底前累计投资(万元)")
     private String continuationProjectInvest;
 
+    @JsonFormat(pattern = "yyyy-MM")
     @ApiModelProperty(value = "续建项目首次开工时间", required = false)
     @Excel(name = "续建项目首次开工时间")
     private Date continuationProjectStartTime;
@@ -297,6 +298,7 @@ public class CenterdataTKeyProjects extends BaseBusinessEntity {
     @Excel(name = "今年实际累计完成投资")
     private String thisYearCumulativeInvestment;
 
+    @JsonFormat(pattern = "yyyy-MM")
     @ApiModelProperty(value = "实际竣工时间", required = false)
     @Excel(name = "实际竣工时间")
     private Date realityCompletedTime;