From 25412f906f47bc460afc125e66febe2c6884269b Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期五, 02 六月 2023 16:33:07 +0800 Subject: [PATCH] 1、对MDM服务的批量更新Feign进行改动,以及批量更新接口的开发,接口中字段的添加 --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeWupin.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeWupin.java b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeWupin.java index 2d98fbf..3d8c88c 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeWupin.java +++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/entity/CodeWupin.java @@ -116,7 +116,7 @@ * */ @ApiModelProperty(value = "") - private Short materialtype; + private Integer materialtype; /** * */ -- Gitblit v1.9.3