From 87cdb6ee2a471bc7b5c608f0af71918a22aa6f80 Mon Sep 17 00:00:00 2001 From: houjie <714924425@qq.com> Date: 星期五, 01 九月 2023 15:14:50 +0800 Subject: [PATCH] 备件库存 导入 优化 --- lxzn-module-eam/src/main/java/org/jeecg/modules/spare/entity/SparesPartInventory.java | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/spare/entity/SparesPartInventory.java b/lxzn-module-eam/src/main/java/org/jeecg/modules/spare/entity/SparesPartInventory.java index ddeeebd..68b76d0 100644 --- a/lxzn-module-eam/src/main/java/org/jeecg/modules/spare/entity/SparesPartInventory.java +++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/spare/entity/SparesPartInventory.java @@ -54,43 +54,43 @@ /** * 鍒堕�犲晢 */ - @Excel(name = "鍒堕�犲晢", width = 15, dictTable = "mom_base_constructor", dicCode = "id", dicText = "name") + @Excel(name = "鍒堕�犲晢", width = 15) @ApiModelProperty(value = "鍒堕�犲晢") @Dict(dictTable = "mom_base_constructor", dicCode = "id", dicText = "name") private java.lang.String constructorId; /** * 涓诲崟浣峣d */ - @Excel(name = "涓诲崟浣峣d", width = 15, dictTable = "mom_base_unit", dicCode = "id", dicText = "name") + @Excel(name = "鍗曚綅", width = 15) @ApiModelProperty(value = "涓诲崟浣峣d") @Dict(dictTable = "mom_base_unit", dicCode = "id", dicText = "name") private java.lang.String mainUnitId; /** * 杈呭崟浣峣d */ - @Excel(name = "杈呭崟浣峣d", width = 15, dictTable = "mom_base_unit", dicCode = "id", dicText = "name") + @Excel(name = "杈呭崟浣峣d", width = 15) @ApiModelProperty(value = "杈呭崟浣峣d") @Dict(dictTable = "mom_base_unit", dicCode = "id", dicText = "name") private java.lang.String auxiliaryUnitId; - @Excel(name = "浠撳簱id", width = 15, dictTable = "mom_base_warehouse", dicCode = "id", dicText = "name") + @Excel(name = "浠撳簱", width = 15) @ApiModelProperty(value = "浠撳簱id") @Dict(dictTable = "mom_base_warehouse", dicCode = "id", dicText = "name") private java.lang.String warehouseId; - @Excel(name = "搴撳尯id", width = 15, dictTable = "mom_base_warehouse_area", dicCode = "id", dicText = "name") + @Excel(name = "搴撳尯", width = 15) @ApiModelProperty(value = "搴撳尯id") @Dict(dictTable = "mom_base_warehouse_area", dicCode = "id", dicText = "name") private java.lang.String warehouseAreaId; - @Excel(name = "搴撲綅id", width = 15, dictTable = "mom_base_warehouse_location", dicCode = "id", dicText = "name") + @Excel(name = "搴撲綅", width = 15) @ApiModelProperty(value = "搴撲綅id") @Dict(dictTable = "mom_base_warehouse_location", dicCode = "id", dicText = "name") private java.lang.String warehouseLocationId; /** * 涓绘暟閲� */ - @Excel(name = "涓绘暟閲�", width = 15) + @Excel(name = "鏁伴噺", width = 15) @ApiModelProperty(value = "涓绘暟閲�") private java.lang.Double mainQuantity; /** @@ -112,7 +112,7 @@ /** * 渚涘簲鍟唅d */ - @Excel(name = "渚涘簲鍟唅d", width = 15) + @Excel(name = "渚涘簲鍟�", width = 15) @ApiModelProperty(value = "渚涘簲鍟唅d") private String supplierId; -- Gitblit v1.9.3