java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java
@@ -17,6 +17,7 @@ private String applyId; private String[] applyIds; private String bId; private String startUserId; private String startUserName; private String applyCount; @@ -246,4 +247,12 @@ public void setApplyTypeName(String applyTypeName) { this.applyTypeName = applyTypeName; } public String getbId() { return bId; } public void setbId(String bId) { this.bId = bId; } }