chenjiahe
2024-01-30 953b489439b25ab1c87d2d32dde2c54aa0a82b94
提交 | 用户 | 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 }