zhangxu
2022-12-07 6bf4c2860162d70182b8d5c239263b0fa48b20a2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.hz.phis.dt.promotion;
 
 
import lombok.Data;
 
/**
 * 促销详情实体
 *
 * @author fwq
 */
@Data
public class PromotionDt {
    private PromotionDeLimitDt promotion;
    private String id;
}