From 0ee46d33cc339f3fd17593e6bfe2f033afe6019a Mon Sep 17 00:00:00 2001
From: shiyunteng <shiyunteng@example.com>
Date: 星期三, 17 六月 2026 15:14:13 +0800
Subject: [PATCH] feat:合同新增时显示供应属性 出库新增根据合同出库 资金账目新增时间条件检索 新增延期出货菜单
---
platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractOutBoundVo.java | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractOutBoundVo.java b/platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractOutBoundVo.java
index 19482ff..0c50e09 100644
--- a/platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractOutBoundVo.java
+++ b/platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractOutBoundVo.java
@@ -2,12 +2,13 @@
import com.by4cloud.platformx.business.entity.ContractOutBound;
import io.swagger.v3.oas.annotations.media.Schema;
+import jakarta.persistence.Column;
import lombok.Data;
import java.math.BigDecimal;
@Data
-public class ContractOutBoundVo extends ContractOutBound {
+public class ContractOutBoundVo {
//浜у搧涓俊鎭�
@Schema(description = "浜у搧id")
@@ -25,6 +26,12 @@
@Schema(description = "绋庢敹缂栫爜")
private String taxCode;
+ @Schema(description = "涓嶅惈绋庢�婚")
+ private BigDecimal totalPriceNoTax;
+
+ @Schema(description = "瀵瑰簲鍚堝悓鍑哄簱鍗旾ds")
+ private String contractOutBoundIds;
+
//鍚堝悓鏍囩殑鐗╀腑淇℃伅
@Schema(description = "鏍囩殑鐗╄鏍�/鍨嬪彿")
--
Gitblit v1.9.1