From db74943b46ffb5245477894f394c368cc04f93e7 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期二, 16 九月 2025 14:48:31 +0800 Subject: [PATCH] 调整品种获取 --- src/main/java/com/fzzy/api/entity/Api1201.java | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/Api1201.java b/src/main/java/com/fzzy/api/entity/Api1201.java index ce74931..1933f9e 100644 --- a/src/main/java/com/fzzy/api/entity/Api1201.java +++ b/src/main/java/com/fzzy/api/entity/Api1201.java @@ -46,9 +46,17 @@ @Column(name = "dwdm", length = 18) private String dwdm; + @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜") + @Column(name = "tydwbm", length = 20) + private String tydwbm; + @PropertyDef(label = "涓氬姟绫诲埆") @Column(name = "ywlx", length = 1) private String ywlx; + + @PropertyDef(label = "鍚堝悓绉嶇被" ,description = "1:閿�鍞悎鍚�,2:閲囪喘鍚堝悓,3锛氬鎵樻敹鍌ㄥ悎鍚�,4锛氬鎵樻敹璐悎鍚�") + @Column(name = "htzl", length = 1) + private String htzl; @PropertyDef(label = "瀹㈡埛绫诲瀷") @Column(name = "khlx", length = 1) @@ -100,6 +108,10 @@ @Column(name = "ydwcsj") private Date ydwcsj; + @PropertyDef(label = "楠屾敹鏂瑰紡") + @Column(name = "ysfs", length = 64) + private String ysfs; + @PropertyDef(label = "绛捐鍦扮偣") @Column(name = "qddd", length = 512) private String qddd; @@ -124,6 +136,16 @@ @PropertyDef(label = "鍚堝悓鎬婚噾棰�") @Column(name = "htzje", precision = 20, scale = 6) private BigDecimal htzje; + + /** + * 1锛氬叏棰濆厛娆惧悗璐� + * 2锛氭寜鍒版杩涘害閫愭壒鍙戣揣 + * 3锛氳揣鍒板苟纭鍚庝竴娆℃�т粯娆� + * 4锛氭寜鍒拌揣鎵规閫愭壒纭銆侀�愭壒浠樻 + */ + @PropertyDef(label = "浠樻鏂瑰紡") + @Column(name = "fkfs", length = 1) + private String fkfs; @PropertyDef(label = "灞ョ害淇濊瘉閲�") @Column(name = "lybzj", precision = 20, scale = 6) @@ -222,4 +244,8 @@ @PropertyDef(label = "鍚屾鏃堕棿", description = "浠庣伯搴撶郴缁熷悓姝ュ埌鎺ュ彛绠$悊涓績鐨勬椂闂�") @Column(name = "syncTime") private Date syncTime; + + @PropertyDef(label = "杞崲骞村害", description = "鐩墠涓婃捣浣跨敤") + @Column(name = "lhnd") + private String lhnd; } -- Gitblit v1.9.3