From a8e4132c3e2e9c3b3fcb0360901b35571b6464ea Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期五, 28 八月 2026 10:13:01 +0800
Subject: [PATCH] feat: 综合业务模块功能补充与实体拓展
---
src/main/java/com/ruoyi/sales/pojo/ShippingInfo.java | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/sales/pojo/ShippingInfo.java b/src/main/java/com/ruoyi/sales/pojo/ShippingInfo.java
index ed9a268..d485cb9 100644
--- a/src/main/java/com/ruoyi/sales/pojo/ShippingInfo.java
+++ b/src/main/java/com/ruoyi/sales/pojo/ShippingInfo.java
@@ -91,4 +91,44 @@
@TableField(fill = FieldFill.INSERT)
private Long deptId;
+
+ @Schema(description = "鍙戣揣鍗曟嵁锛堟枃鏈級")
+ @Excel(name = "鍙戣揣鍗曟嵁")
+ private String shippingDocument;
+
+ @Schema(description = "鏄惁瀵硅处锛堝嬀閫夋锛�0鍚� 1鏄級")
+ @Excel(name = "鏄惁瀵硅处")
+ private Integer isReconciled;
+
+ @Schema(description = "瀵硅处鍗曞綊妗f儏鍐碉紙鏂囨湰鍩燂級")
+ @Excel(name = "瀵硅处鍗曞綊妗f儏鍐�")
+ private String statementArchivingStatus;
+
+ @Schema(description = "鏄惁缁撶畻锛堝嬀閫夋锛�0鍚� 1鏄級")
+ @Excel(name = "鏄惁缁撶畻")
+ private Integer isSettled;
+
+ @Schema(description = "缁撶畻鍗曞綊妗f儏鍐碉紙鏂囨湰鍩燂級")
+ @Excel(name = "缁撶畻鍗曞綊妗f儏鍐�")
+ private String settlementArchivingStatus;
+
+ @Schema(description = "鏄惁宸插紑绁紙鍕鹃�夋锛�0鍚� 1鏄級")
+ @Excel(name = "鏄惁宸插紑绁�")
+ private Integer isInvoiced;
+
+ @Schema(description = "椤圭洰ID")
+ private Long projectId;
+
+ @TableField(exist = false)
+ @Schema(description = "椤圭洰鍚嶇О")
+ @Excel(name = "椤圭洰鍚嶇О")
+ private String projectName;
+
+ @TableField(exist = false)
+ @Schema(description = "寮�濮嬪彂璐ф棩鏈�")
+ private String beginShippingDate;
+
+ @TableField(exist = false)
+ @Schema(description = "缁撴潫鍙戣揣鏃ユ湡")
+ private String endShippingDate;
}
--
Gitblit v1.9.3