自动化立体仓库 - WCS系统
#
LSH
2023-10-19 2b31b4af1d8d6777ec2ed6afec3c68c74762fa39
src/main/java/com/zy/asrs/entity/TaskWrkLog.java
@@ -177,6 +177,11 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    @ApiModelProperty(value = "移库标记")
    @TableField("transfer_mark")
    private Integer transferMark;
    public TaskWrkLog() {}
    public TaskWrkLog(String taskNo,Integer status,Integer wrkNo,Date createTime,Integer ioType,Double ioPri,String startPoint,String targetPoint,Long modiUser,Date modiTime,String memo,String barcode,Date assignTime,Date executeTime,Date completeTime,Date cancelTime,Integer wrkSts,Integer crnNo,Integer commandStep) {