소스 검색

政府采购

mycopy123@163.com 10 달 전
부모
커밋
f3093d829b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/main/java/com/trs/project/entity/Gongao.java
  2. 1 1
      src/main/java/com/trs/project/entity/ZfcgGongao.java

+ 1 - 1
src/main/java/com/trs/project/entity/Gongao.java

@@ -28,7 +28,7 @@ public class Gongao {
     private String noticeContent;
 
     @TableField("NOTICE_TIME")
-    private Long noticeTime;
+    private String noticeTime;
 
     @TableField("NOTICE_GUID")
     private String noticeGuid;

+ 1 - 1
src/main/java/com/trs/project/entity/ZfcgGongao.java

@@ -29,7 +29,7 @@ public class ZfcgGongao extends BaseEntity {
     private String noticeContent;
 
     @TableField("NOTICE_TIME")
-    private Long noticeTime;
+    private String noticeTime;
 
     @TableField("NOTICE_GUID")
     private String noticeGuid;