xuhy
2023-05-16 f4d52e83eb99233c895a0fff0eef287792130752
management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/controller/resp/TBranchOfficeResp.java
@@ -25,6 +25,17 @@
    @ApiModelProperty(value = "司机数量")
    private Integer driverCount;
    @ApiModelProperty(value = "用户角色")
    private Integer userType;
    public Integer getUserType() {
        return userType;
    }
    public void setUserType(Integer userType) {
        this.userType = userType;
    }
    public Integer getDriverCount() {
        return driverCount;
    }