| | |
| | | private String positionCode; |
| | | |
| | | @ApiModelProperty(value = "工具类型;1.通用 2.专用") |
| | | private java.lang.String applicationType; |
| | | private String applicationType; |
| | | |
| | | @ApiModelProperty(value = "厂家") |
| | | private java.lang.String supplierId; |
| | | private String supplierId; |
| | | |
| | | @ApiModelProperty(value = "仓库省份城市") |
| | | private java.lang.String provinceCity; |
| | | private String provinceCity; |
| | | |
| | | @ApiModelProperty(value = "存储位置(偏那个厂区的库)") |
| | | private java.lang.String storageLocation; |
| | | private String storageLocation; |
| | | |
| | | @ApiModelProperty(value = "计量主单位") |
| | | private java.lang.String mainUnit; |
| | | private String mainUnit; |
| | | |
| | | @ApiModelProperty(value = "计量辅单位") |
| | | private java.lang.String auxiliaryUnit; |
| | | private String auxiliaryUnit; |
| | | |
| | | @ApiModelProperty(value = "是否有计量辅单位;1,有辅助单位2.无辅助单位") |
| | | private java.lang.String auxiliaryUnitFlag; |
| | | private String auxiliaryUnitFlag; |
| | | |
| | | @ApiModelProperty(value = "单价") |
| | | private java.math.BigDecimal price; |
| | |
| | | @ApiModelProperty(value = "备注") |
| | | private String remark; |
| | | |
| | | @ApiModelProperty(value = "工具图片") |
| | | private String toolPicture; |
| | | |
| | | } |