| | |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | |
| | | @ApiModelProperty(value = "删除标记") |
| | | @TableLogic |
| | | private Integer delFlag; |
| | | @Excel(name = "来源编码", width = 15) |
| | | @ApiModelProperty(value = "来源编码") |
| | | private String originalCode; |
| | | @Excel(name = "来源名称", width = 15) |
| | | @ApiModelProperty(value = "来源名称") |
| | | private String originalName; |
| | | /**产线ID*/ |
| | | @Excel(name = "产线ID", width = 15) |
| | | @ApiModelProperty(value = "产线ID") |
| | |
| | | /**入库数量*/ |
| | | @Excel(name = "入库数量", width = 15) |
| | | @ApiModelProperty(value = "入库数量") |
| | | private Double quantity; |
| | | private BigDecimal quantity; |
| | | /**入库类型*/ |
| | | @Excel(name = "入库类型", width = 15) |
| | | @ApiModelProperty(value = "入库类型") |
| | | @Dict(dicCode = "material_inbound_category") |
| | | private String inboundCategory; |
| | | /**接收人*/ |
| | | @Excel(name = "接收人", width = 15) |
| | | @ApiModelProperty(value = "接收人") |