From 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期六, 11 十月 2025 13:35:42 +0800 Subject: [PATCH] 武汉黄陂军粮-质检报告共享接口同步及推送 --- src/main/java/com/fzzy/api/entity/Api1102.java | 157 ++++++++++++++++++++++++++++++---------------------- 1 files changed, 90 insertions(+), 67 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/Api1102.java b/src/main/java/com/fzzy/api/entity/Api1102.java index b36ed75..9721637 100644 --- a/src/main/java/com/fzzy/api/entity/Api1102.java +++ b/src/main/java/com/fzzy/api/entity/Api1102.java @@ -21,95 +21,118 @@ @Entity @Table(name = "API_1102") public class Api1102 implements Serializable { - - /** - * - */ - private static final long serialVersionUID = 6597930270077627879L; + private static final long serialVersionUID = 6597930270077627879L; + /*----------鍥芥爣瀛楁----------*/ @Id - @PropertyDef(label = "搴撳尯浠g爜" ) + @PropertyDef(label = "搴撳尯浠g爜") @Column(name = "kqdm", length = 21) private String kqdm; - @JsonIgnore - @PropertyDef(label = "涓氬姟id") - @Column(name = "bizId", length = 40) - private String bizId; + @PropertyDef(label = "缁熶竴搴撳尯缂栫爜") + @Column(name = "tykqbm", length = 22) + private String tykqbm; - @PropertyDef(label = "鍗曚綅浠g爜" ) + @PropertyDef(label = "鍗曚綅浠g爜") @Column(name = "dwdm", length = 18) private String dwdm; - @PropertyDef(label = "搴撳尯鍚嶇О" ) + @PropertyDef(label = "搴撳尯鍚嶇О") @Column(name = "kqmc", length = 256) private String kqmc; - @PropertyDef(label = "搴撳尯鍦板潃" ) + @PropertyDef(label = "搴撳尯鍦板潃") @Column(name = "kqdz", length = 512) private String kqdz; - @PropertyDef(label = "琛屾斂鍖哄垝浠g爜" ) + @PropertyDef(label = "琛屾斂鍖哄垝浠g爜") @Column(name = "xzqhdm", length = 6) private String xzqhdm; + + @PropertyDef(label = "搴撳尯浜ф潈", description = "1锛� 鑷湁 2锛氱璧� 3锛氬叡鏈� 4锛氭贩鍚� 9锛氬叾浠�") + @Column(name = "kqcq", length = 1) + private String kqcq; + + @PropertyDef(label = "鏈夋晥浠撳") + @Column(name = "yxcr", precision = 20, scale = 6) + private Double yxcr; + + @PropertyDef(label = "鏈夋晥缃愬") + @Column(name = "yxgr", precision = 20, scale = 6) + private Double yxgr; + + @PropertyDef(label = "鍗犲湴闈㈢Н") + @Column(name = "zdmj", precision = 20, scale = 6) + private Double zdmj; + + @PropertyDef(label = "浠撴埧鏁�") + @Column(name = "cfs") + private Integer cfs; + + @PropertyDef(label = "娌圭綈鏁�") + @Column(name = "ygs") + private Integer ygs; + + @PropertyDef(label = "搴撳尯缁忓害") + @Column(name = "jd", precision = 20, scale = 6) + private Double jd; + + @PropertyDef(label = "搴撳尯绾害") + @Column(name = "wd", precision = 20, scale = 6) + private Double wd; + + @PropertyDef(label = "搴撳尯鐘舵��", description = "1:姝e父锛堥粯璁わ級 2:閫�鍑哄偍澶囩伯鎵垮偍") + @Column(name = "kqzt", length = 1) + private String kqzt; + + @PropertyDef(label = "鎿嶄綔鏍囧織") + @Column(name = "czbz", length = 1) + private String czbz; + + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @Column(name = "zhgxsj", nullable = false) + private Date zhgxsj; + + + /*----------骞夸笢鐪佸钩鍙拌鑼冨瓧娈�----------*/ + @PropertyDef(label = "娴峰悍鍖哄煙ID", description = "瀵瑰簲娴峰悍瑙嗛骞冲彴regionIndexCode瀛楁") + @Column(name = "hkRegionId", length = 36) + private String hkRegionId; + + @PropertyDef(label = "浜ф潈鏂瑰簱鍖轰唬鐮�", description = "鑷湁浜ф潈鏃跺簱鍖轰唬鐮佸繀椤荤瓑浜庝骇鏉冩柟搴撳尯浠g爜,闈炶嚜鏈変骇鏉冩椂搴撳尯浠g爜涓嶈兘绛変簬浜ф潈鏂瑰簱鍖轰唬鐮�") + @Column(name = "cqfkqdm", length = 21) + private String cqfkqdm; + + + /*----------涓婃捣甯傚钩鍙拌鑼冨瓧娈�----------*/ + @PropertyDef(label = "搴撳尯灞炴��", description = "1:甯傜骇鐩村睘锛�2:鍖虹骇鐩村睘锛�3:绀句細浠撳锛�4:鍏朵粬") + @Column(name = "kqsx", length = 1) + private String kqsx; + + @PropertyDef(label = "寤掗棿鏁�") + @Column(name = "ajs") + private Integer ajs; + + @PropertyDef(label = "鏍囪浣�") + @Column(name = "bjw", length = 40) + private String bjw; + + @PropertyDef(label = "鍌ㄥ浠撳") + @Column(name = "cbcr") + private Double cbcr; + + + /*----------鎺ュ彛绯荤粺鑷畾涔夊瓧娈�----------*/ + @JsonIgnore + @PropertyDef(label = "涓氬姟id") + @Column(name = "bizId", length = 40) + private String bizId; @JSONField(serialize = false) @PropertyDef(label = "琛屾斂鍖哄垝鍚嶇О", description = "闈炲浗鏍囧瓧娈碉紝鍚庢湡澧炲姞") @Column(name = "xzqhmc", length = 20) private String xzqhmc; - - @PropertyDef(label = "搴撳尯浜ф潈" ,description = "1锛� 鑷湁 2锛氱璧� 3锛氬叡鏈� 4锛氭贩鍚� 9锛氬叾浠�") - @Column(name = "kqcq", length = 1) - private String kqcq; - - @PropertyDef(label = "鏈夋晥浠撳" ) - @Column(name = "yxcr", precision = 20, scale = 6) - private double yxcr; - - @PropertyDef(label = "鏈夋晥缃愬" ) - @Column(name = "yxgr", precision = 20, scale = 6) - private double yxgr; - - @PropertyDef(label = "鍗犲湴闈㈢Н" ) - @Column(name = "zdmj", precision = 20, scale = 6) - private double zdmj; - - @PropertyDef(label = "浠撴埧鏁�" ) - @Column(name = "cfs") - private Integer cfs; - - @PropertyDef(label = "娌圭綈鏁�" ) - @Column(name = "ygs") - private Integer ygs; - - @PropertyDef(label = "搴撳尯缁忓害" ) - @Column(name = "jd", precision = 20, scale = 6) - private double jd; - - @PropertyDef(label = "搴撳尯绾害" ) - @Column(name = "wd", precision = 20, scale = 6) - private double wd; - - @PropertyDef(label = "搴撳尯鐘舵��" ,description = "1:姝e父锛堥粯璁わ級 2:閫�鍑哄偍澶囩伯鎵垮偍") - @Column(name = "kqzt", length = 1) - private String kqzt; - - @PropertyDef(label = "娴峰悍鍖哄煙ID" ,description = "瀵瑰簲娴峰悍瑙嗛骞冲彴regionIndexCode瀛楁") - @Column(name = "hkRegionId", length = 36) - private String hkRegionId; - - @PropertyDef(label = "浜ф潈鏂瑰簱鍖轰唬鐮�" ,description = "鑷湁浜ф潈鏃跺簱鍖轰唬鐮佸繀椤荤瓑浜庝骇鏉冩柟搴撳尯浠g爜,闈炶嚜鏈変骇鏉冩椂搴撳尯浠g爜涓嶈兘绛変簬浜ф潈鏂瑰簱鍖轰唬鐮�") - @Column(name = "cqfkqdm", length = 21) - private String cqfkqdm; - - @PropertyDef(label = "鎿嶄綔鏍囧織" ) - @Column(name = "czbz", length = 1) - private String czbz; - - @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) - @JSONField(format = "yyyy-MM-dd HH:mm:ss") - @Column(name = "zhgxsj", nullable = false) - private Date zhgxsj; } \ No newline at end of file -- Gitblit v1.9.3