fwq
2023-07-25 2f096e3c62419c0e588e2cdab6589743e32ee6ac
提交 | 用户 | 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 }