zhangxu
2022-09-05 86793208b129e192649e4fa153887b27468046e0
提交 | 用户 | age
3ce49a 1 package com.hz.phis.dt.promotion;
F 2
3
4 import lombok.Data;
5
6 /**
7  * 促销详情实体
8  *
9  * @author fwq
10  */
11 @Data
12 public class PromotionDt {
13     private PromotionDeLimitDt promotion;
14     private String id;
15 }