From b2174bdc2c7906b0f6fa65be7a8564e64107581f Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期二, 25 三月 2025 14:18:18 +0800 Subject: [PATCH] Merge branch 'radio_frequency' of http://114.132.189.42:9002/r/lims-ruoyi-after into radio_frequency --- basic-server/src/main/java/com/ruoyi/basic/pojo/IfsInventoryQuantity.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/basic-server/src/main/java/com/ruoyi/basic/pojo/IfsInventoryQuantity.java b/basic-server/src/main/java/com/ruoyi/basic/pojo/IfsInventoryQuantity.java index 3984802..90a7b50 100644 --- a/basic-server/src/main/java/com/ruoyi/basic/pojo/IfsInventoryQuantity.java +++ b/basic-server/src/main/java/com/ruoyi/basic/pojo/IfsInventoryQuantity.java @@ -207,4 +207,10 @@ // 鏄惁鏄繃鏈熸潗鏂�: 0鍚�, 1:鏄�" @ApiModelProperty("鐗╂枡绫诲瀷") private Integer isExpire; + + @ApiModelProperty("渚涘簲鍟嗘壒鍙�") + private String supplierNumber; + + @ApiModelProperty("鍗曚綅") + private String inspectionType; } -- Gitblit v1.9.3