修改拼团列表查询条件

This commit is contained in:
xuwenbo
2020-07-16 23:19:03 +08:00
parent f322f24949
commit b8859608d1

View File

@ -15,5 +15,5 @@ import lombok.Data;
@Data
public class YxStorePinkQueryCriteria{
@Query
private Integer kId;
private Integer cid;
}