| | |
| | | /** |
| | | * 制造商 |
| | | */ |
| | | @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, dictTable = "mom_base_unit", dicCode = "id", dicText = "name") |
| | | @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; |
| | | /** |
| | |
| | | /** |
| | | * 供应商id |
| | | */ |
| | | @Excel(name = "供应商id", width = 15) |
| | | @Excel(name = "供应商", width = 15) |
| | | @ApiModelProperty(value = "供应商id") |
| | | private String supplierId; |
| | | |