wangrenhuang
2022-09-01 9a68e48e77e752ab4dbace7612a95b8d9187dcbc
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;
}