fwq
2022-07-22 3ce49a33f639f601e7259a9839a235647b90eac9
提交 | 用户 | 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 }