*
lsh
2025-04-18 c2532afffe685e77cf60b66644b921094adc09a4
src/main/java/com/zy/asrs/entity/TaskWrk.java
@@ -187,6 +187,13 @@
    @TableField("CRN_NO")
    private Integer crnNo;
    /**
     * 指令执行步序
     */
    @ApiModelProperty(value= "指令执行步序")
    @TableField("COMMAND_STEP")
    private Integer commandStep;
    @ApiModelProperty(value = "移库标记")
    @TableField("TRANSFER_MARK")
    private Integer transferMark;