zxl
2025-10-11 092e1895006b688ea8d71278d9fa39b1be7f61ed
framework/src/main/java/cn/lili/modules/lmk/domain/query/GoodsCustomizeTemplateQuery.java
@@ -18,5 +18,9 @@
@Data
@ApiModel(value = "GoodsCustomizeTemplate查询参数", description = "定制商品模板查询参数")
public class GoodsCustomizeTemplateQuery extends AbsQuery {
    private String templateName;
    private String status;
}