From b7951bdbb8925131cbc76be4902fcef0e88d0506 Mon Sep 17 00:00:00 2001 From: ytfl <ytfl@qq.com> Date: 星期二, 19 八月 2025 18:22:03 +0800 Subject: [PATCH] #自动获取电视机配置信息 --- src/main/java/com/zy/common/model/MatDto.java | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/common/model/MatDto.java b/src/main/java/com/zy/common/model/MatDto.java index 2c8cf7c..02eb13c 100644 --- a/src/main/java/com/zy/common/model/MatDto.java +++ b/src/main/java/com/zy/common/model/MatDto.java @@ -49,10 +49,12 @@ //鍗曞彿 private String orderNo; + private String cstateid; + public MatDto() { } - public MatDto(String matNo, String maktx, Double count, Double weight, Double total, Double totalWeight, String specs, String sku, String barcode, String model, String supp, String kpCstmrName, String orderNo) { + public MatDto(String matNo, String maktx, Double count, Double weight, Double total, Double totalWeight, String specs, String sku, String barcode, String model, String supp, String kpCstmrName, String orderNo, String cstateid) { this.matnr = matNo; this.maktx = maktx; this.maknx = maktx; @@ -67,5 +69,6 @@ this.supp = supp; this.kpCstmrName = kpCstmrName; this.orderNo = orderNo; + this.cstateid = cstateid; } } -- Gitblit v1.9.1