自动化立体仓库 - WMS系统
13
zhang
3 天以前 82de5a307466894bbb0258f8a63a26a7bb96d80d
src/main/java/com/zy/asrs/entity/DocLog.java
@@ -77,7 +77,8 @@
    @ApiModelProperty(value= "备注")
    private String memo;
    public DocLog() {}
    public DocLog() {
    }
    public DocLog(String docNum, Long docId, String docName, String matnr, Double qua, Integer success, Date sendTime, String memo) {
        this.docNum = docNum;
@@ -154,7 +155,9 @@
    }
    public String getSuccess$(){
        if (null == this.success){ return null; }
        if (null == this.success) {
            return null;
        }
        switch (this.success){
            case 1:
                return "成功";