| | |
| | | @ExcelIgnoreUnannotated |
| | | public class IfsInventoryQuantity implements Serializable { |
| | | @TableId(type = IdType.AUTO) |
| | | private Integer id; |
| | | |
| | | private Long id; |
| | | |
| | | @ApiModelProperty("域") |
| | | private String contract; |
| | |
| | | @ExcelProperty(index = 13, value = "订单号") |
| | | @ApiModelProperty("订单号") |
| | | private String orderNo; |
| | | |
| | | @ApiModelProperty("订单类型(01raw:原材料,02wg:外购成品)") |
| | | private String orderType; |
| | | |
| | | @ApiModelProperty("行号") |
| | | private String lineNo; |
| | |
| | | // 是否是过期材料: 0否, 1:是" |
| | | @ApiModelProperty("物料类型") |
| | | private Integer isExpire; |
| | | |
| | | @ApiModelProperty("是否为拆分订单(1:是,0:否)") |
| | | private Integer isSplitOrder; |
| | | } |