From cd091408dcff794e3001e43b99a6d521cfff36dc Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期一, 13 十一月 2023 21:04:04 +0800 Subject: [PATCH] 优化上海接口批次号问题 --- src/main/java/com/fzzy/api/entity/Api1212.java | 66 +++++++++++++++++--------------- 1 files changed, 35 insertions(+), 31 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/Api1212.java b/src/main/java/com/fzzy/api/entity/Api1212.java index 1fb2bc0..52e0454 100644 --- a/src/main/java/com/fzzy/api/entity/Api1212.java +++ b/src/main/java/com/fzzy/api/entity/Api1212.java @@ -22,89 +22,93 @@ @Data @Entity @Table(name = "API_1212") -@EqualsAndHashCode(callSuper=false) +@EqualsAndHashCode(callSuper = false) public class Api1212 extends ApiParent implements Serializable { - - - public static String SORT_PROP = "kqmc"; - - - /** - * - */ - private static final long serialVersionUID = 7045890079349304758L; - @JSONField(serialize = false) - @Id - @Column(name = "id") - private String id; - @PropertyDef(label = "鍗曚綅浠g爜",required =true ) + public static String SORT_PROP = "kqmc"; + + + /** + * + */ + private static final long serialVersionUID = 7045890079349304758L; + + @JSONField(serialize = false) + @Id + @Column(name = "id") + private String id; + + @PropertyDef(label = "鍗曚綅浠g爜") @Column(name = "dwdm", length = 18) private String dwdm; - @PropertyDef(label = "鍗曚綅鍚嶇О",required =true ) + @PropertyDef(label = "鍗曚綅鍚嶇О") @Column(name = "dwmc", length = 256) private String dwmc; - @PropertyDef(label = "搴撳尯鍚嶇О" ) + @PropertyDef(label = "搴撳尯浠g爜") + @Column(name = "kqdm", length = 21) + private String kqdm; + + @PropertyDef(label = "搴撳尯鍚嶇О") @Column(name = "kqmc", length = 256) private String kqmc; - @PropertyDef(label = "瀹㈡埛绫诲瀷",required =true ) + @PropertyDef(label = "瀹㈡埛绫诲瀷") @Column(name = "khlx", length = 1) private String khlx; - @PropertyDef(label = "瀹㈡埛缁熶竴绀句細淇$敤浠g爜鎴栬韩浠借瘉鍙�" ) + @PropertyDef(label = "瀹㈡埛缁熶竴绀句細淇$敤浠g爜鎴栬韩浠借瘉鍙�") @Column(name = "khtyshxydmhsfzh", length = 18) private String khtyshxydmhsfzh; - @PropertyDef(label = "瀹㈡埛鍚嶇О",required =true ) + @PropertyDef(label = "瀹㈡埛鍚嶇О") @Column(name = "khmc", length = 256) private String khmc; - @PropertyDef(label = "娉曞畾浠h〃浜�" ) + @PropertyDef(label = "娉曞畾浠h〃浜�") @Column(name = "fddbr", length = 64) private String fddbr; - @PropertyDef(label = "閫氳鍦板潃" ) + @PropertyDef(label = "閫氳鍦板潃") @Column(name = "txdz", length = 512) private String txdz; - @PropertyDef(label = "閭斂缂栫爜" ) + @PropertyDef(label = "閭斂缂栫爜") @Column(name = "yzbm", length = 6) private String yzbm; - @PropertyDef(label = "鑱旂郴浜哄鍚�" ) + @PropertyDef(label = "鑱旂郴浜哄鍚�") @Column(name = "lxrxm", length = 64) private String lxrxm; - @PropertyDef(label = "鑱旂郴鐢佃瘽" ) + @PropertyDef(label = "鑱旂郴鐢佃瘽") @Column(name = "lxrdh", length = 20) private String lxrdh; - @PropertyDef(label = "鑱旂郴浜鸿韩浠借瘉鍙�" ) + @PropertyDef(label = "鑱旂郴浜鸿韩浠借瘉鍙�") @Column(name = "lxrsfzh", length = 18) private String lxrsfzh; - @PropertyDef(label = "鐢靛瓙淇$" ) + @PropertyDef(label = "鐢靛瓙淇$") @Column(name = "dzyx", length = 64) private String dzyx; - @PropertyDef(label = "瀹㈡埛鏂瑰紑鎴疯" ) + @PropertyDef(label = "瀹㈡埛鏂瑰紑鎴疯") @Column(name = "khfkhh", length = 3) private String khfkhh; - @PropertyDef(label = "瀹㈡埛鏂硅处鍙�" ) + @PropertyDef(label = "瀹㈡埛鏂硅处鍙�") @Column(name = "khfzh", length = 30) private String khfzh; - @PropertyDef(label = "鎿嶄綔鏍囧織" ) + @PropertyDef(label = "鎿嶄綔鏍囧織") @Column(name = "czbz", length = 1) private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") - @PropertyDef(label = "鏇存柊鏃堕棿" ) + @PropertyDef(label = "鏇存柊鏃堕棿") @Column(name = "zhgxsj") private Date zhgxsj; -- Gitblit v1.9.3