| | |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | import lombok.experimental.Accessors; |
| | | import org.jeecg.common.aspect.annotation.Dict; |
| | | import org.jeecgframework.poi.excel.annotation.Excel; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | |
| | | /**产线ID*/ |
| | | @Excel(name = "产线ID", width = 15) |
| | | @ApiModelProperty(value = "产线ID") |
| | | @Dict(dictTable = "base_factory", dicCode = "id", dicText = "factory_name") |
| | | private String factoryId; |
| | | /**批次号*/ |
| | | @Excel(name = "批次号", width = 15) |
| | |
| | | /**出库数量*/ |
| | | @Excel(name = "出库数量", width = 15) |
| | | @ApiModelProperty(value = "出库数量") |
| | | private String quantity; |
| | | private Double quantity; |
| | | /**工单ID*/ |
| | | @Excel(name = "工单ID", width = 15) |
| | | @ApiModelProperty(value = "工单ID") |