Junjie
2024-06-22 b678a2c6b0b43feaad90c558b2c2c3bd608deedb
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/TaskLog.java
@@ -247,9 +247,15 @@
    @ApiModelProperty(value= "是否记录库位信息")
    private String recordLoc;
    /**
     * WMS任务号
     */
    @ApiModelProperty(value= "WMS任务号")
    private String wmsTaskNo;
    public TaskLog() {}
    public TaskLog(String uuid,Long busId,String taskNo,String serialNum,String title,Long taskSts,Long taskCtg,Integer priority,String originSite,String originLoc,String destSite,String destLoc,Integer emptyMk,String zpallet,String phase,Date ioTime,Date startTime,Date endTime,Date exceptionTime,String exceptionDesc,Long hostId,Integer status,Integer deleted,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo,Integer shuttleNo,Integer liftNo,Integer crnNo,Integer rgvNo,Integer agvNo,String recordLoc) {
    public TaskLog(String uuid, Long busId, String taskNo, String serialNum, String title, Long taskSts, Long taskCtg, Integer priority, String originSite, String originLoc, String destSite, String destLoc, Integer emptyMk, String zpallet, String phase, Date ioTime, Date startTime, Date endTime, Date exceptionTime, String exceptionDesc, Long hostId, Integer status, Integer deleted, Date createTime, Long createBy, Date updateTime, Long updateBy, String memo, Integer shuttleNo, Integer liftNo, Integer crnNo, Integer rgvNo, Integer agvNo, String recordLoc, String wmsTaskNo) {
        this.uuid = uuid;
        this.busId = busId;
        this.taskNo = taskNo;
@@ -284,9 +290,10 @@
        this.rgvNo = rgvNo;
        this.agvNo = agvNo;
        this.recordLoc = recordLoc;
        this.wmsTaskNo = wmsTaskNo;
    }
//    TaskLog taskLog = new TaskLog(
    //    TaskLog taskLog = new TaskLog(
//            null,    // 编号
//            null,    // 总线
//            null,    // 任务号