Your Name
2023-01-29 7e0e9094784094f199d51e26c43b1504e77c6e72
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;
    }
}