#
zhou zhou
3 天以前 ef0cfacabe207182cca09547a775eeed8a3ecec5
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WkOrder.java
@@ -5,6 +5,7 @@
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.vincent.rsf.server.api.controller.erp.params.SyncOrderParams;
import com.vincent.rsf.server.manager.enums.OrderType;
import com.vincent.rsf.server.manager.enums.OrderWorkType;
import com.vincent.rsf.server.system.constant.DictTypeCode;
@@ -343,6 +344,56 @@
        this.memo = memo;
    }
    public WkOrder(SyncOrderParams syncOrderParams) {
        this.code = code;
        this.poCode = poCode;
        this.poId = poId;
        this.type = type;
        this.wkType = wkType;
        this.checkType = checkType;
        this.anfme = anfme;
        this.workQty = workQty;
        this.qty = qty;
        this.logisNo = logisNo;
        this.waveId = waveId;
        this.arrTime = arrTime;
        this.ntyStatus = ntyStatus;
        this.reportOnce = reportOnce;
        this.rleStatus = rleStatus;
        this.exceStatus = exceStatus;
        this.status = status;
        this.deleted = deleted;
        this.tenantId = tenantId;
        this.createBy = createBy;
        this.createTime = createTime;
        this.updateBy = updateBy;
        this.updateTime = updateTime;
        this.memo = memo;
        this.warehouseId = warehouseId;
        this.wareAreaId = wareAreaId;
        this.businessTime = businessTime;
        this.stationId = stationId;
        this.shipperId = shipperId;
        this.orderInternalCode = orderInternalCode;
        this.stockDirect = stockDirect;
        this.customerId = customerId;
        this.customerName = customerName;
        this.supplierId = supplierId;
        this.supplierName = supplierName;
        this.stockOrgId = stockOrgId;
        this.stockOrgName = stockOrgName;
        this.purchaseOrgId = purchaseOrgId;
        this.purchaseOrgName = purchaseOrgName;
        this.purchaseUserId = purchaseUserId;
        this.purchaseUserName = purchaseUserName;
        this.prdOrgId = prdOrgId;
        this.prdOrgName = prdOrgName;
        this.saleOrgId = saleOrgId;
        this.saleOrgName = saleOrgName;
        this.saleUserId = saleUserId;
        this.saleUserName = saleUserName;
    }
    public String getExceStatus$() {
        if (Cools.isEmpty(this.exceStatus)) {
            return "";