From 11430ae628f098654579811131abc522d679e870 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期一, 22 九月 2025 17:04:42 +0800 Subject: [PATCH] 上海对农接口调整-增加自动上传 --- src/main/java/com/fzzy/async/fzzy61/entity/Fz61InoutContract.java | 253 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 253 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/async/fzzy61/entity/Fz61InoutContract.java b/src/main/java/com/fzzy/async/fzzy61/entity/Fz61InoutContract.java new file mode 100644 index 0000000..ef1e4e8 --- /dev/null +++ b/src/main/java/com/fzzy/async/fzzy61/entity/Fz61InoutContract.java @@ -0,0 +1,253 @@ +package com.fzzy.async.fzzy61.entity; + +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; + +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.Id; +import javax.persistence.Table; +import java.io.Serializable; +import java.util.Date; + +/** + * @Author: YYC + * @Description: + * @DateTime: 2025-9-17 15:07 + **/ +@Data +@Entity +@Table(name = "D_INOUT_CONTRACT") +public class Fz61InoutContract implements Serializable { + + public static String SORT_PROP = "id"; + + @Id + @Column(name = "ID_", length = 40) + @PropertyDef(label = "ID_") + private String id; + + @Column(name = "COMPANY_ID_", length = 10) + @PropertyDef(label = "缁勭粐缂栫爜") + private String companyId; + + @Column(name = "DEPT_ID_", length = 40) + @PropertyDef(label = "搴撳尯缂栫爜") + private String deptId; + + @Column(name = "NAME_", length = 50) + @PropertyDef(label = "鍚堝悓鍚嶇О") + private String name; + + @Column(name = "PLAN_ID_", length = 40) + @PropertyDef(label = "璁″垝缂栫爜") + private String planId; + + @Column(name = "PLAN_NAME_", length = 50) + @PropertyDef(label = "璁″垝鍚嶇О") + private String planName; + + @Column(name = "TYPE_", length = 10) + @PropertyDef(label = "涓氬姟绫诲埆", description = "1:閿�鍞悎鍚� 2:閲囪喘鍚堝悓 3:浠e偍鍚堝悓") + private String type; + + @Column(name = "CUSTOMER_TYPE_", length = 10) + @PropertyDef(label = "瀹㈡埛绫诲瀷", description = "1:浼佷笟 2:涓汉") + private String customerType; + + @Column(name = "YEAR_", length = 10) + @PropertyDef(label = "骞翠唤") + private String year; + + @Column(name = "CUSTOMER_ID_", length = 20) + @PropertyDef(label = "绀句細淇$敤鐮�", description = "濡傛灉鏄紒涓�=瀹㈡埛缁熶竴绀句細淇$敤浠g爜") + private String customerId; + + @Column(name = "CUSTOMER_NAME_", length = 50) + @PropertyDef(label = "瀹㈡埛鍚嶇О") + private String customerName; + + @Column(name = "fddbr", length = 50) + @PropertyDef(label = "娉曞畾浠h〃浜�") + private String fddbr; + + @Column(name = "txdz", length = 200) + @PropertyDef(label = "閫氳鍦板潃") + private String txdz; + + @Column(name = "yzbm", length = 6) + @PropertyDef(label = "閭斂缂栫爜") + private String yzbm; + + @PropertyDef(label = "鑱旂郴浜哄鍚�") + @Column(name = "lxrxm", length = 50) + private String lxrxm; + + @PropertyDef(label = "鑱旂郴鐢佃瘽") + @Column(name = "lxrdh", length = 20) + private String lxrdh; + + @PropertyDef(label = "韬唤璇佸彿") + @Column(name = "sfzh", length = 20) + private String sfzh; + + @PropertyDef(label = "鐢靛瓙淇$") + @Column(name = "dzyx", length = 50) + private String dzyx; + + @Column(name = "SIGNING_TIME_") + @PropertyDef(label = "绛捐鏃堕棿", description = "鏍煎紡锛歽yyy-MM-dd") + private Date signingTime; + + @Column(name = "SIGN_ADDRESS_", length = 100) + @PropertyDef(label = "绛剧害鍦扮偣") + private String signAddress; + + @Column(name = "BEGIN_TIME_") + @PropertyDef(label = "绾﹀畾寮�濮嬫椂闂�") + private Date beginTime; + + @Column(name = "END_TIME_") + @PropertyDef(label = "绾﹀畾瀹屾垚鏃堕棿") + private Date endTime; + + @Column(name = "REL_END_TIME_") + @PropertyDef(label = "瀹為檯瀹屾垚鏃堕棿") + private Date relEndTime; + + @Column(name = "FOOD_VARIETY_", length = 20) + @PropertyDef(label = "绮鍝佺") + private String foodVariety; + + @Column(name = "FOOD_TYPE_", length = 20) + @PropertyDef(label = "绮鎬ц川") + private String foodType; + + @Column(name = "PRICE_") + @PropertyDef(label = "鍚堝悓鍗曚环锛屽厓/鍚�") + private Double price; + + @Column(name = "MONEY_") + @PropertyDef(label = "鍚堝悓鎬婚噾棰�", description = "鍗曚綅锛氬厓") + private Double money; + + @Column(name = "CONTRACT_AMOUNT_") + @PropertyDef(label = "鍚堝悓鏁伴噺", description = "鍗曚綅锛氬叕鏂�") + private Double contactAmount; + + @Column(name = "COMPLETE_NUM_") + @PropertyDef(label = "灞ョ害鏁伴噺", description = "鍗曚綅锛氬叕鏂�") + private Double completeNum; + + @Column(name = "lybzj") + @PropertyDef(label = "灞ョ害淇濊瘉閲�", description = "鍗曚綅锛氬厓") + private Double lybzj; + + @PropertyDef(label = "灞ョ害鐜�", description = "鍗曚綅锛�%") + @Column(name = "lyl") + private Double lyl; + + @Column(name = "jsjg") + @PropertyDef(label = "缁撶畻浠锋牸锛屽厓/鍚�") + private Double jsjg; + + @PropertyDef(label = "缁撶畻鎬婚噾棰�", description = "鍗曚綅锛氬厓") + @Column(name = "jszje") + private Double jszje; + + @PropertyDef(label = "缁撶畻涓庡悎鍚屼竴鑷存��", description = "1锛氱鍚� 2锛氫笉绗﹀悎") + @Column(name = "jsyhtyzx", length = 1) + private String jsyhtyzx; + + @PropertyDef(label = "涓嶄竴鑷村師鍥�") + @Column(name = "jsyhtbyzyy", length = 250) + private String jsyhtbyzyy; + + @Column(name = "CUSTOMER_BANK_", length = 10) + @PropertyDef(label = "瀹㈡埛寮�鎴疯") + private String customerBank; + + @Column(name = "CUSTOMER_BANK_ACCOUNT_", length = 40) + @PropertyDef(label = "瀹㈡埛鏂硅处鍙�") + private String customerBankAccount; + + @Column(name = "CUSTOMER_SIGN_USER_", length = 50) + @PropertyDef(label = "瀹㈡埛绛剧害浜�") + private String customerSignUser; + + @Column(name = "BANK_", length = 50) + @PropertyDef(label = "鏈柟寮�鎴疯") + private String bank; + + @Column(name = "BANK_ACCOUNT_", length = 40) + @PropertyDef(label = "鏈柟璐﹀彿") + private String bankAccount; + + @Column(name = "SIGN_USER_", length = 50) + @PropertyDef(label = "鏈柟绛剧害浜�") + private String signUser; + + @Column(name = "PAY_TYPE_", length = 6) + @PropertyDef(label = "鏀粯鏂瑰紡") + private String payType; + + @Column(name = "fkfs") + @PropertyDef(label = "浠樻鏂瑰紡") + private Integer fkfs; + + @Column(name = "ysfs", length = 64) + @PropertyDef(label = "楠屾敹鏂瑰紡") + private String ysfs; + /** + * --------瀹℃壒淇℃伅-------- + **/ + + @Column(name = "CREATE_USER_", length = 50) + @PropertyDef(label = "鍒涘缓浜�") + private String createUser; + + @Column(name = "AUDIT_USER_", length = 50) + @PropertyDef(label = "瀹℃壒浜�") + private String auditUser; + + @Column(name = "AUDIT_DATE_") + @PropertyDef(label = "瀹℃壒鏃堕棿", description = "鏍煎紡锛歽yyy-MM-dd HH:mm:ss") + private Date auditDate; + + @Column(name = "AUDIT_STATUS_", length = 10) + @PropertyDef(label = "瀹℃壒鐘舵��") + private String auditStatus; + + @Column(name = "CREATE_TIME_") + @PropertyDef(label = "鍒涘缓鏃堕棿") + private Date createTime; + + @Column(name = "wcrq") + @PropertyDef(label = "瀹屾垚鏃堕棿") + private Date wcrq; + + @Column(name = "hqzz", length = 30) + @PropertyDef(label = "璐ф潈缁勭粐") + private String hqzz; + + @Column(name = "UPDATE_TIME_") + @PropertyDef(label = "鏇存柊鏃堕棿") + private Date updateTime; + + + /** + * --------闄勪欢-------- + **/ + @Column(name = "FILE_ID_", length = 30) + @PropertyDef(label = "闄勪欢id") + private String fileId; + + @Column(name = "FILE_NAME_", length = 50) + @PropertyDef(label = "闄勪欢鍚嶇О") + private String fileName; + + @Column(name = "FILE_TIME_") + @PropertyDef(label = "闄勪欢涓婁紶鏃堕棿") + private Date fileTime; + +} -- Gitblit v1.9.3