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) {