Browse Source

政府采购

mycopy123@163.com 10 months ago
parent
commit
f3093d829b

+ 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;