From b999398ae9b2719d2db15716dd353f7a3855d59e Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期一, 07 四月 2025 17:33:55 +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