| | |
| | | import com.zy.asrs.wms.asrs.service.*;
|
| | | import com.zy.asrs.wms.system.entity.Host;
|
| | | import com.zy.asrs.wms.system.entity.User;
|
| | | import lombok.experimental.Accessors;
|
| | | import org.springframework.format.annotation.DateTimeFormat;
|
| | | import java.util.Date;
|
| | |
|
| | |
| | | @ApiModelProperty(value= "波次ID")
|
| | | private Long waveId;
|
| | |
|
| | | /**
|
| | | * 波次号
|
| | | */
|
| | | @ApiModelProperty(value = "波次号")
|
| | | private String waveNo;
|
| | |
|
| | | public TaskDetl() {}
|
| | |
|
| | | public TaskDetl(Long taskId,String taskNo,Double anfme,String batch,String barcode,Long orderId,String orderNo,Long detlId,Long matId,Long hostId,Integer status,Integer deleted,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) {
|