| | |
| | | */ |
| | | @Data |
| | | @Accessors(chain = true) |
| | | @ApiModel(value="tms_outbound_order对象", description="tms_outbound_order") |
| | | @ApiModel(value="出库申请单及明细对象封装", description="出库申请单及明细对象封装") |
| | | public class OutboundOrderAndDetailDto implements Serializable { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | @DateTimeFormat(pattern="yyyy-MM-dd HH:mm") |
| | | @ApiModelProperty(value = "出库时间") |
| | | private Date outboundTime; |
| | | /**零件图号*/ |
| | | @ApiModelProperty(value = "零件图号") |
| | | private String partDrawingNo; |
| | | /**零件名称*/ |
| | | @ApiModelProperty(value = "零件名称") |
| | | private String partName; |
| | | /**零件材料*/ |
| | | @ApiModelProperty(value = "零件材料") |
| | | private String partMaterial; |
| | | /**加工批次*/ |
| | | @ApiModelProperty(value = "工序(工步号)") |
| | | private String productionProcessesNo; |
| | | /**加工批次*/ |
| | | @ApiModelProperty(value = "加工批次") |
| | | private String batchCode; |
| | | /**加工数量*/ |
| | | @ApiModelProperty(value = "加工数量") |
| | | private String machiningCount; |
| | | /**加工设备*/ |
| | | @ApiModelProperty(value = "加工设备") |
| | | private String equipmentCode; |
| | | /**程序名*/ |
| | | @ApiModelProperty(value = "程序名") |
| | | private String ncName; |
| | | /**备注*/ |
| | | @ApiModelProperty(value = "备注") |
| | | private String remark; |