自动化立体仓库 - WMS系统
skyouc
4 天以前 56b1b873191d6e7022ed225cf81c3eda774f210e
src/main/java/com/zy/asrs/entity/result/LocDetlAll.java
@@ -5,8 +5,8 @@
import com.core.common.SpringUtils;
import com.zy.asrs.entity.LocOwner;
import com.zy.asrs.service.LocOwnerService;
import com.zy.common.utils.Synchro;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import java.util.Date;
@@ -40,9 +40,7 @@
    }
    public String getPayment$() {
        if (null == this.payment) {
            return null;
        }
        if (null == this.payment){ return null; }
        switch (this.payment) {
            case 1:
                return "仓储";
@@ -54,6 +52,6 @@
    }
    public void sync(Object source) {
        BeanUtils.copyProperties(source, this);
        Synchro.Copy(source, this);
    }
}