From 96119ca3973d5ea643db6a87b6a23fe404ddb8cc Mon Sep 17 00:00:00 2001
From: shiyunteng <shiyunteng@example.com>
Date: 星期一, 29 六月 2026 15:35:40 +0800
Subject: [PATCH] feat:合同编号规则调整 出库编号规则调整

---
 platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/dto/ContractAddDTO.java |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/dto/ContractAddDTO.java b/platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/dto/ContractAddDTO.java
index 6cd702a..3e6e108 100644
--- a/platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/dto/ContractAddDTO.java
+++ b/platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/dto/ContractAddDTO.java
@@ -15,6 +15,9 @@
 @Data
 public class ContractAddDTO {
 
+	@Schema(description = "鍚堝悓缂栧彿")
+	private String contractNo;
+
 	@Schema(description = "鍚堝悓鍚嶇О")
 	private String contractName;
 
@@ -63,6 +66,11 @@
 
 	@DateTimeFormat(pattern = "yyyy-MM-dd")
 	@JsonFormat(pattern = "yyyy-MM-dd")
+	@Schema(description = "鐢熸晥鏃ユ湡")
+	private String effectiveDate;
+
+	@DateTimeFormat(pattern = "yyyy-MM-dd")
+	@JsonFormat(pattern = "yyyy-MM-dd")
 	@Schema(description = "鍒版湡鏃ユ湡")
 	private String expirationDate;
 
@@ -81,8 +89,8 @@
 	@Schema(description = "鎵ц鍛ㄦ湡 1/鍛� 2/鏈� 3/瀛e害 4/鍗婂勾 5/骞�")
 	private String execFrequency;
 
-	@Schema(description = "鎵ц娆℃暟")
-	private Integer execTimes;
+//	@Schema(description = "鎵ц娆℃暟")
+//	private Integer execTimes;
 
 	@Schema(description = "鎵ц鏃ユ湡鍚庡灏戝ぉ鐢熸垚搴旀敹")
 	private Integer execDay;
@@ -144,6 +152,12 @@
 	@Schema(description = "鍚堝悓鎬讳环绋庣巼")
 	private BigDecimal contractTax;
 
+	@Schema(description = "缁忔祹浜嬮」 bip鎺ㄩ�佸簲鏀剁敤")
+	private String economicMatters;
+
+	@Schema(description = "瀹㈡埛erp缂栫爜")
+	private String partyACode;
+
 	private List<ContractPaymentScheduleAddDTO> contractPaymentSchedule;
 
 	private List<ContractSubjectMatterAddDTO> contractSubjectMatter;

--
Gitblit v1.9.1