From b2358fc44148073645def4e723c8153a98a701da Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期二, 24 三月 2026 09:29:32 +0800
Subject: [PATCH] 导入测试
---
java110-bean/src/main/java/com/java110/dto/importData/ImportResourceStoreDto.java | 153 +++++++++++++++++----------------------------------
1 files changed, 51 insertions(+), 102 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/importData/ImportResourceStoreDto.java b/java110-bean/src/main/java/com/java110/dto/importData/ImportResourceStoreDto.java
index 6e3b172..03a5627 100644
--- a/java110-bean/src/main/java/com/java110/dto/importData/ImportResourceStoreDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/importData/ImportResourceStoreDto.java
@@ -1,16 +1,21 @@
package com.java110.dto.importData;
+import com.java110.dto.purchase.PurchaseApplyDto;
+import lombok.Data;
+
import java.io.Serializable;
+@Data
public class ImportResourceStoreDto implements Serializable {
+ private String resId;
private String communityId;
+ private String communityName;
private String shId;
private String resName;
private String resCode;
-
private String outLowPrice;
private String outHighPrice;
@@ -26,116 +31,60 @@
private String rstName;
- public String getCommunityId() {
- return communityId;
- }
-
- public void setCommunityId(String communityId) {
- this.communityId = communityId;
- }
-
- public String getShId() {
- return shId;
- }
-
- public void setShId(String shId) {
- this.shId = shId;
- }
-
- public String getResName() {
- return resName;
- }
-
- public void setResName(String resName) {
- this.resName = resName;
- }
-
- public String getUnitCode() {
- return unitCode;
- }
-
- public void setUnitCode(String unitCode) {
- this.unitCode = unitCode;
- }
-
- public String getPrice() {
- return price;
- }
-
- public void setPrice(String price) {
- this.price = price;
- }
-
- public String getStock() {
- return stock;
- }
-
- public void setStock(String stock) {
- this.stock = stock;
- }
-
- public String getRemark() {
- return remark;
- }
-
- public void setRemark(String remark) {
- this.remark = remark;
- }
-
- public String getAmount() {
- return amount;
- }
-
- public void setAmount(String amount) {
- this.amount = amount;
- }
-
- public String getRstName() {
- return rstName;
- }
-
- public void setRstName(String rstName) {
- this.rstName = rstName;
- }
+ private String tripleWaybillNo;
+ private String systemName;
+ private String model;
+ private String brand;
+ private String supplier;
- public String getResCode() {
- return resCode;
- }
+ private String budgetApproval; // 棰勫喅绠楅儴瀹℃壒
+ private String budgetQuantity; // 棰勭畻鏁伴噺
+ private String budgetUnitPrice; // 棰勭畻鍗曚环1锛堥绠楅儴缁欙級
+ private String budgetAmount; // 棰勭畻閲戦
+ private String applyQuantityTotal; // 鐢宠鏁伴噺鍚堣
+ private String purchaseQuantityTotal; // 閲囪喘鏁伴噺鍚堣
+ private String actualDeliveryQuantity; // 瀹為檯閫佽揣鏁伴噺
+ private String payableAmountTotal; // 搴斾粯閲戦鍚堣
+ private String paidAmountTotal; // 宸蹭粯閲戦鍚堣
+ private String unpaidAmountTotal; // 鏈粯閲戦鍚堣
+ private String isOccurred; // 鏈彂鐢�
- public void setResCode(String resCode) {
- this.resCode = resCode;
- }
- public String getOutLowPrice() {
- return outLowPrice;
- }
+ /**
+ * 搴斾粯閲戦
+ */
+ private String payableAmount;
- public void setOutLowPrice(String outLowPrice) {
- this.outLowPrice = outLowPrice;
- }
+ /**
+ * 宸蹭粯閲戦
+ */
+ private String paidAmount;
- public String getOutHighPrice() {
- return outHighPrice;
- }
+ /**
+ * 鏈粯閲戦
+ */
+ private String unpaidAmount;
- public void setOutHighPrice(String outHighPrice) {
- this.outHighPrice = outHighPrice;
- }
- public String getWarningStock() {
- return warningStock;
- }
+ /**
+ * 閫�搴撴暟閲忓悎璁★紙閫傞厤闈炴暟鍊艰剰鏁版嵁锛�
+ */
+ private String totalReturnQuantity;
- public void setWarningStock(String warningStock) {
- this.warningStock = warningStock;
- }
+ /**
+ * 渚涘簲鍟�1锛堟牸寮忥細鍚嶇О|鑱旂郴浜簗鐢佃瘽锛岄�傞厤鑴忔暟鎹級
+ */
+ private String supplier1;
- public String getIsFixed() {
- return isFixed;
- }
+ /**
+ * 渚涘簲鍟�2锛堟牸寮忥細鍚嶇О|鑱旂郴浜簗鐢佃瘽锛岄�傞厤鑴忔暟鎹級
+ */
+ private String supplier2;
- public void setIsFixed(String isFixed) {
- this.isFixed = isFixed;
- }
+ /**
+ * 渚涘簲鍟�3锛堟牸寮忥細鍚嶇О|鑱旂郴浜簗鐢佃瘽锛岄�傞厤鑴忔暟鎹級
+ */
+ private String supplier3;
+
}
--
Gitblit v1.8.0