| | |
| | | import com.zy.asrs.wms.asrs.service.TaskDetlService;
|
| | | 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.text.SimpleDateFormat;
|
| | | import java.util.Date;
|
| | |
| | | import java.util.Date;
|
| | |
|
| | | @Data
|
| | | @Accessors(chain = true)
|
| | | @TableName("man_wave_seed")
|
| | | public class WaveSeed implements Serializable {
|
| | |
|
| | |
| | | private Long siteId;
|
| | |
|
| | | /**
|
| | | * 波次ID
|
| | | */
|
| | | @ApiModelProperty(value = "波次ID")
|
| | | private Long waveId;
|
| | |
|
| | | /**
|
| | | * 波次号
|
| | | */
|
| | | @ApiModelProperty(value = "波次编号")
|
| | | private String waveNo;
|
| | |
|
| | | /**
|
| | | * 站点编号
|
| | | */
|
| | | @ApiModelProperty(value= "站点编号")
|