1098226878@qq.com
2021-12-28 745d27feae34022ccb708aba034123e08e4e9e14
java110-bean/src/main/java/com/java110/dto/purchaseApplyDetail/PurchaseApplyDetailDto.java
@@ -51,6 +51,8 @@
    private String shName;
    private String unitCodeName;
    private String miniUnitCodeName;
    private String isFixed;
    private String isFixedName;
    public String getApplyOrderId() {
        return applyOrderId;
@@ -355,4 +357,20 @@
    public void setParentRstId(String parentRstId) {
        this.parentRstId = parentRstId;
    }
    public String getIsFixed() {
        return isFixed;
    }
    public void setIsFixed(String isFixed) {
        this.isFixed = isFixed;
    }
    public String getIsFixedName() {
        return isFixedName;
    }
    public void setIsFixedName(String isFixedName) {
        this.isFixedName = isFixedName;
    }
}