From 15b3750cd80a4d996ff73246a87c665c741056a4 Mon Sep 17 00:00:00 2001 From: "0.0" <1092404103.qq.com> Date: Sat, 8 Jul 2023 17:07:45 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=87=8D=E6=96=B0=E5=AE=9A=E4=B9=89=E7=89=A9?= =?UTF-8?q?=E6=96=99=E7=AE=A1=E7=90=86=EF=BC=8C=E5=A2=9E=E5=8A=A0sku=20?= =?UTF-8?q?=E5=92=8C=20=E7=89=A9=E5=93=81=E5=8D=95=E4=BD=8D=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=20=E7=89=A9=E5=93=81=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E5=92=8C=E7=A0=81=E8=A1=A8=E5=AD=97=E6=AE=B5=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E5=85=B3=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/logpm/basic/entity/BasicMaterialEntity.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/blade-service-api/logpm-basic-api/src/main/java/com/logpm/basic/entity/BasicMaterialEntity.java b/blade-service-api/logpm-basic-api/src/main/java/com/logpm/basic/entity/BasicMaterialEntity.java index 84828e315..60f4935b6 100644 --- a/blade-service-api/logpm-basic-api/src/main/java/com/logpm/basic/entity/BasicMaterialEntity.java +++ b/blade-service-api/logpm-basic-api/src/main/java/com/logpm/basic/entity/BasicMaterialEntity.java @@ -128,4 +128,15 @@ public class BasicMaterialEntity extends TenantEntity { @ApiModelProperty(value = "备注") private String remark; + + /** + * 计量单位 + */ + @ApiModelProperty(value = "计量单位") + private String logpmUnit; + + + @ApiModelProperty(value = "sku") + private String sku; + }