#
Junjie
2024-09-23 4ac5ff223ee7757b55d86b0f34b74152874d68c9
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/TaskLog.java
@@ -33,7 +33,7 @@
     * ID
     */
    @ApiModelProperty(value= "ID")
    @TableId(value = "id", type = IdType.INPUT)
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
@@ -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,    // 任务号