wangrenhuang
2022-08-29 4e0e16aaf5135c5183b1d9bcb06f882691647cab
提交 | 用户 | 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 }