puzhibing
2023-08-16 c18ec3846c8483975de2224c1ecac9470e9b2804
management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/controller/resp/TBranchOfficeResp.java
@@ -8,19 +8,19 @@
public class TBranchOfficeResp extends TBranchOffice {
    @ApiModelProperty(value = "订单数量")
    private Integer orderCount;
    private Integer orderCount=0;
    @ApiModelProperty(value = "有效订单")
    private Integer effectiveOrderCount;
    private Integer effectiveOrderCount=0;
    @ApiModelProperty(value = "已发放优惠券")
    private Integer totalCount;
    private Integer totalCount=0;
    @ApiModelProperty(value = "已使用优惠券")
    private Integer usedCount;
    private Integer usedCount=0;
    @ApiModelProperty(value = "累计优惠券金额")
    private BigDecimal orderPriceCount;
    private BigDecimal orderPriceCount=BigDecimal.ZERO;
    @ApiModelProperty(value = "司机数量")
    private Integer driverCount;