fwq
2022-10-19 c65bc942b517f48b9758b5fb0fa1681b4f16e549
提交 | 用户 | age
638acd 1 package com.hz.crm.dto;
F 2
3
4 import lombok.Data;
5
6 /**
7  * 商品分类扩展
8  * */
9 @Data
10 public class GoodsTypeDto{
11     /**商城展示*/
12     private Integer goodsArea;
13     /**专区展示*/
14     private Integer expertArea;
15     /**团购活动展示*/
16     private Integer groupArea;
17 }