java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java
@@ -45,6 +45,7 @@ private String startTime; private String endTime; private String communityId; private String nextUserId; private Date createTime; @@ -274,4 +275,12 @@ public void setShId(String shId) { this.shId = shId; } public String getNextUserId() { return nextUserId; } public void setNextUserId(String nextUserId) { this.nextUserId = nextUserId; } }