fhx
2024-04-01 e4b84e0f62b9f93e0c619f3a42275dd9a5f0de0b
提交 | 用户 | age
3ce49a 1 package com.hz.phis.dt.shop;
F 2
3 import lombok.Data;
4
5 import java.util.List;
6
7 /**
8  * 门店价格
9  * @author fwq
10  */
11 @Data
12 public class ShopPriceListDt {
13     /**门店价格*/
14     private List<ShopPriceDt> list;
15 }