自动化立体仓库 - WMS系统
skyouc
昨天 a167c1ba9816896114debe769b8247a72f3a1a99
src/main/java/com/zy/asrs/entity/WrkMastLog.java
@@ -29,6 +29,9 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    @ApiModelProperty("日志ID")
    private Long logId;
    /**
     * 工作号
     */
@@ -324,7 +327,8 @@
    @TableField("take_none")
    private String takeNone;
    public WrkMastLog() {}
    public WrkMastLog() {
    }
    public String getWrkNo$(){
        WrkMastService service = SpringUtils.getBean(WrkMastService.class);
@@ -352,6 +356,9 @@
    }
    public long getWrkSts(){
        if (wrkSts == null) {
            return 0;
        }
        return (long)this.wrkSts;
    }