|
|
|
@@ -170,7 +170,7 @@ public class WxFinanceReceive extends TenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "客户名称(多个逗号分隔)", name = "billCusName") |
|
|
|
private String billCusName; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "铺位号(多个逗号分隔,便于查询)", name = "billCusName") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "店铺ID(多个逗号分隔,便于查询)", name = "billCusName") |
|
|
|
private String billShopNumber; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
@@ -192,5 +192,9 @@ public class WxFinanceReceive extends TenantEntity { |
|
|
|
private String rentName; |
|
|
|
@TableField(exist = false) |
|
|
|
private List<Long> notInIds; |
|
|
|
@TableField(exist = false) |
|
|
|
private String queryShopIdsStr; |
|
|
|
@TableField(exist = false) |
|
|
|
private List<Long> queryShopIdList; |
|
|
|
|
|
|
|
} |