From 9b015b51b72ba050b4c38a6ba79eb45b7065e67d Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期四, 25 七月 2024 10:11:52 +0800 Subject: [PATCH] 调整sql --- lxzn-module-eam/src/main/java/org/jeecg/modules/spare/entity/SparesPartInventory.java | 35 ++++++++++++++++++----------------- 1 files changed, 18 insertions(+), 17 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 d6dde01..148ec52 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 @@ -27,6 +27,7 @@ /** * 澶囦欢id */ + @Excel(name = "澶囦欢id", width = 15) @ApiModelProperty(value = "澶囦欢id") private java.lang.String sparePartId; /** @@ -53,56 +54,56 @@ /** * 鍒堕�犲晢 */ - @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) @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; /** * 杈呮暟閲� */ + @Excel(name = "杈呮暟閲�", width = 15) @ApiModelProperty(value = "杈呮暟閲�") private java.lang.Double auxiliaryQuantity; /** * 鍑哄巶鏃ユ湡 - */ - @Excel(name = "鍑哄巶鏃ユ湡", width = 15) + **/ + @Excel(name = "鍑哄巶鏃ユ湡", width = 15,format = "yyyy-MM-dd") @ApiModelProperty(value = "鍑哄巶鏃ユ湡") private java.util.Date manufactureDate; @@ -110,9 +111,9 @@ /** * 渚涘簲鍟唅d */ - @Excel(name = "渚涘簲鍟唅d", width = 15) - @Dict(dictTable = "mom_base_supplier", dicCode = "id", dicText = "name") + @Excel(name = "渚涘簲鍟�", width = 15) @ApiModelProperty(value = "渚涘簲鍟唅d") + @Dict(dictTable = "mom_base_supplier", dicCode = "id", dicText = "name") private String supplierId; @@ -153,31 +154,31 @@ /** * 澶囩敤瀛楁1 */ - + @Excel(name = "澶囩敤瀛楁1", width = 15) @ApiModelProperty(value = "澶囩敤瀛楁1") private java.lang.String sparesUda1; /** * 澶囩敤瀛楁2 */ - + @Excel(name = "澶囩敤瀛楁2", width = 15) @ApiModelProperty(value = "澶囩敤瀛楁2") private java.lang.String sparesUda2; /** * 澶囩敤瀛楁3 */ - + @Excel(name = "澶囩敤瀛楁3", width = 15) @ApiModelProperty(value = "澶囩敤瀛楁3") private java.lang.String sparesUda3; /** * 澶囩敤瀛楁4 */ - + @Excel(name = "澶囩敤瀛楁4", width = 15) @ApiModelProperty(value = "澶囩敤瀛楁4") private java.lang.String sparesUda4; /** * 澶囩敤瀛楁5 */ - + @Excel(name = "澶囩敤瀛楁5", width = 15) @ApiModelProperty(value = "澶囩敤瀛楁5") private java.lang.String sparesUda5; -- Gitblit v1.9.3