From f6f57ba70679a0b050031f3cdf81b5bf5d4cbd60 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期五, 11 七月 2025 15:28:37 +0800 Subject: [PATCH] 1.生产加工优化 2.销售,库存查询优化 --- main-business/src/main/java/com/ruoyi/business/dto/PendingInventoryDto.java | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/main-business/src/main/java/com/ruoyi/business/dto/PendingInventoryDto.java b/main-business/src/main/java/com/ruoyi/business/dto/PendingInventoryDto.java index 2d46d36..c7aa0cc 100644 --- a/main-business/src/main/java/com/ruoyi/business/dto/PendingInventoryDto.java +++ b/main-business/src/main/java/com/ruoyi/business/dto/PendingInventoryDto.java @@ -13,6 +13,12 @@ @JsonProperty("pId") private Long pId; + /** + * 姝e紡搴搃d + */ + @JsonProperty("officialId") + private Long officialId; + private List<Map<String, String>> fieldValue; /** @@ -27,4 +33,21 @@ * 瀛楁鍚� */ private String fieldName; + + /** + * 瀛楁鍚� + */ + private Integer type; + + /** + * 鐓ょ + */ + private String coal; + + /** + * 鐧昏浜� + */ + private String registrant; + + private String searchAll; } -- Gitblit v1.9.3