From e8eb22e3ab73fabe436b8c24d372e7f48b711b30 Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期三, 10 四月 2024 16:52:36 +0800 Subject: [PATCH] 后台检验数量 --- src/main/java/com/zy/common/model/DetlDto.java | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/common/model/DetlDto.java b/src/main/java/com/zy/common/model/DetlDto.java index d58542b..b2bae77 100644 --- a/src/main/java/com/zy/common/model/DetlDto.java +++ b/src/main/java/com/zy/common/model/DetlDto.java @@ -30,6 +30,9 @@ //閿�鍞鍗曡鍙� private String isoseq; + // 搴撲綅绫诲瀷锛� 1銆佷唬鍖呰鎴愬搧锛�2銆佸師鏉愭枡锛�3銆佺澹� + private Integer locType; + public DetlDto() { } @@ -57,6 +60,15 @@ this.isoseq = isoseq; this.containerCode = containerCode; } + public DetlDto(String matnr, String batch, Double anfme, String csocode, String isoseq, String containerCode, Integer locType) { + this.matnr = matnr; + this.batch = batch; + this.anfme = anfme; + this.csocode = csocode; + this.isoseq = isoseq; + this.containerCode = containerCode; + this.locType = locType; + } public DetlDto(String orderNo, String matnr, String batch, Double anfme, String csocode, String isoseq) { this.orderNo = orderNo; -- Gitblit v1.9.1