From 16029a21a9008acbb3b31c4da1aec6392656bb6e Mon Sep 17 00:00:00 2001 From: cuijian <cuijian@xalxzn.com> Date: 星期四, 31 八月 2023 18:40:46 +0800 Subject: [PATCH] 专业点检标准复制功能 --- lxzn-module-eam/src/main/java/org/jeecg/modules/spare/entity/SparesPartInventory.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 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 7b5386f..ddeeebd 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,36 +54,36 @@ /** * 鍒堕�犲晢 */ - @Excel(name = "鍒堕�犲晢", width = 15) + @Excel(name = "鍒堕�犲晢", width = 15, dictTable = "mom_base_constructor", dicCode = "id", dicText = "name") @ApiModelProperty(value = "鍒堕�犲晢") @Dict(dictTable = "mom_base_constructor", dicCode = "id", dicText = "name") private java.lang.String constructorId; /** * 涓诲崟浣峣d */ - @Excel(name = "涓诲崟浣峣d", width = 15) + @Excel(name = "涓诲崟浣峣d", width = 15, dictTable = "mom_base_unit", dicCode = "id", dicText = "name") @ApiModelProperty(value = "涓诲崟浣峣d") @Dict(dictTable = "mom_base_unit", dicCode = "id", dicText = "name") private java.lang.String mainUnitId; /** * 杈呭崟浣峣d */ - @Excel(name = "杈呭崟浣峣d", width = 15) + @Excel(name = "杈呭崟浣峣d", width = 15, dictTable = "mom_base_unit", dicCode = "id", dicText = "name") @ApiModelProperty(value = "杈呭崟浣峣d") @Dict(dictTable = "mom_base_unit", dicCode = "id", dicText = "name") private java.lang.String auxiliaryUnitId; - @Excel(name = "浠撳簱id", width = 15) + @Excel(name = "浠撳簱id", width = 15, dictTable = "mom_base_warehouse", dicCode = "id", dicText = "name") @ApiModelProperty(value = "浠撳簱id") @Dict(dictTable = "mom_base_warehouse", dicCode = "id", dicText = "name") private java.lang.String warehouseId; - @Excel(name = "搴撳尯id", width = 15) + @Excel(name = "搴撳尯id", width = 15, dictTable = "mom_base_warehouse_area", dicCode = "id", dicText = "name") @ApiModelProperty(value = "搴撳尯id") @Dict(dictTable = "mom_base_warehouse_area", dicCode = "id", dicText = "name") private java.lang.String warehouseAreaId; - @Excel(name = "搴撲綅id", width = 15) + @Excel(name = "搴撲綅id", width = 15, dictTable = "mom_base_warehouse_location", dicCode = "id", dicText = "name") @ApiModelProperty(value = "搴撲綅id") @Dict(dictTable = "mom_base_warehouse_location", dicCode = "id", dicText = "name") private java.lang.String warehouseLocationId; -- Gitblit v1.9.3