xiangpei
8 天以前 56224037cde5a381dbdce941bfc3a4f555584e3b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package cn.lili.modules.lmk.domain.query;
 
import cn.lili.base.AbsQuery;
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
/**
 * 客户标签中间表查询
 *
 * @author zxl
 * @since 2025-05-14
 */
@Data
@ApiModel(value = "LmkCustomerTagRef查询参数", description = "客户标签中间表查询参数")
public class CustomerTagRefQuery extends AbsQuery {
}