From 33ceaa13a6c7c7be1b6d5c90ca05ca3e4bef0e11 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期四, 31 八月 2023 10:15:23 +0800 Subject: [PATCH] 增加生效失效时间 --- lxzn-module-eam/src/main/java/org/jeecg/modules/spare/entity/SparesPartInventory.java | 65 ++++++++++++++++---------------- 1 files changed, 32 insertions(+), 33 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 c4886ea..d6dde01 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,78 +27,76 @@ /** * 澶囦欢id */ - @Excel(name = "澶囦欢id", width = 15) @ApiModelProperty(value = "澶囦欢id") - private String sparePartId; + private java.lang.String sparePartId; /** * 鎵规鍙� */ @Excel(name = "鎵规鍙�", width = 15) @ApiModelProperty(value = "鎵规鍙�") - private String batchNum; + private java.lang.String batchNum; /** * 澶辨晥棰勬姤璀� */ @Excel(name = "澶辨晥棰勬姤璀�", width = 15) @ApiModelProperty(value = "澶辨晥棰勬姤璀�") - private String validityForecast; + private java.lang.String validityForecast; /** * 搴撳瓨棰勬姤璀� */ @Excel(name = "搴撳瓨棰勬姤璀�", width = 15) @ApiModelProperty(value = "搴撳瓨棰勬姤璀�") - private String inventoryForecast; + private java.lang.String inventoryForecast; /** * 鍒堕�犲晢 */ - @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 String constructorId; + 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 String mainUnitId; + private java.lang.String mainUnitId; /** * 杈呭崟浣峣d */ - @Excel(name = "杈呭崟浣峣d", width = 15) + @ApiModelProperty(value = "杈呭崟浣峣d") @Dict(dictTable = "mom_base_unit", dicCode = "id", dicText = "name") - private String auxiliaryUnitId; + 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 String warehouseId; + 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 String warehouseAreaId; + 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 String warehouseLocationId; + private java.lang.String warehouseLocationId; /** * 涓绘暟閲� */ @Excel(name = "涓绘暟閲�", width = 15) @ApiModelProperty(value = "涓绘暟閲�") - private Double mainQuantity; + private java.lang.Double mainQuantity; /** * 杈呮暟閲� */ - @Excel(name = "杈呮暟閲�", width = 15) @ApiModelProperty(value = "杈呮暟閲�") - private Double auxiliaryQuantity; + private java.lang.Double auxiliaryQuantity; /** @@ -113,6 +111,7 @@ * 渚涘簲鍟唅d */ @Excel(name = "渚涘簲鍟唅d", width = 15) + @Dict(dictTable = "mom_base_supplier", dicCode = "id", dicText = "name") @ApiModelProperty(value = "渚涘簲鍟唅d") private String supplierId; @@ -122,14 +121,14 @@ */ @Excel(name = "鏈夋晥鏈�", width = 15) @ApiModelProperty(value = "鏈夋晥鏈�") - private Integer validityPeriod; + private java.lang.Integer validityPeriod; /** * 绉熸埛id */ @Excel(name = "绉熸埛id", width = 15) @ApiModelProperty(value = "绉熸埛id") - private String tenantId; + private java.lang.String tenantId; /** @@ -150,37 +149,37 @@ */ @Excel(name = "澶囨敞", width = 15) @ApiModelProperty(value = "澶囨敞") - private String remark; + private java.lang.String remark; /** * 澶囩敤瀛楁1 */ - @Excel(name = "澶囩敤瀛楁1", width = 15) + @ApiModelProperty(value = "澶囩敤瀛楁1") - private String sparesUda1; + private java.lang.String sparesUda1; /** * 澶囩敤瀛楁2 */ - @Excel(name = "澶囩敤瀛楁2", width = 15) + @ApiModelProperty(value = "澶囩敤瀛楁2") - private String sparesUda2; + private java.lang.String sparesUda2; /** * 澶囩敤瀛楁3 */ - @Excel(name = "澶囩敤瀛楁3", width = 15) + @ApiModelProperty(value = "澶囩敤瀛楁3") - private String sparesUda3; + private java.lang.String sparesUda3; /** * 澶囩敤瀛楁4 */ - @Excel(name = "澶囩敤瀛楁4", width = 15) + @ApiModelProperty(value = "澶囩敤瀛楁4") - private String sparesUda4; + private java.lang.String sparesUda4; /** * 澶囩敤瀛楁5 */ - @Excel(name = "澶囩敤瀛楁5", width = 15) + @ApiModelProperty(value = "澶囩敤瀛楁5") - private String sparesUda5; + private java.lang.String sparesUda5; /** * 澶囦欢鍚嶇О -- Gitblit v1.9.3