houjie
2023-09-01 2f3d91bdb79235cd9c3dcbfed2493adf1bd94d6a
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,48 +54,49 @@
    /**
     * 制造商
     */
    @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;
    /**
     * 主单位id
     */
    @Excel(name = "主单位id", width = 15,dictTable = "mom_base_unit", dicCode = "id", dicText = "name")
    @Excel(name = "单位", width = 15)
    @ApiModelProperty(value = "主单位id")
    @Dict(dictTable = "mom_base_unit", dicCode = "id", dicText = "name")
    private java.lang.String mainUnitId;
    /**
     * 辅单位id
     */
    @Excel(name = "辅单位id", width = 15)
    @ApiModelProperty(value = "辅单位id")
    @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;
@@ -110,8 +112,7 @@
    /**
     * 供应商id
     */
    @Excel(name = "供应商id", width = 15)
    @Dict(dictTable = "mom_base_supplier", dicCode = "id", dicText = "name")
    @Excel(name = "供应商", width = 15)
    @ApiModelProperty(value = "供应商id")
    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;