java110
2022-06-01 e52ddfe8caf7d0027950033a5aff2a1fd3482e9d
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;
    }
}