Helius
2021-01-22 6add6b3044b74d654ccb065e63d24bbc96eb0d6f
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;
    }
}