wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
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;
    }
}