fix
Helius
2021-11-09 897ba457e4dc1fa19472ae9a7f9f6a1488169ec7
zq-erp/src/main/java/com/matrix/system/app/dto/BusinessesDto.java
@@ -16,6 +16,9 @@
    @ApiModelProperty(value = "门店ID", example = "34")
    private Long shopId;
    @ApiModelProperty(value = "会员ID")
    private Long staffId;
    public String getType() {
        return type;
    }
@@ -31,4 +34,12 @@
    public void setShopId(Long shopId) {
        this.shopId = shopId;
    }
    public Long getStaffId() {
        return staffId;
    }
    public void setStaffId(Long staffId) {
        this.staffId = staffId;
    }
}