wzh
2022-08-10 54a6617f944e072a62bc90c54772a68003fb98fc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.hz.phis.dt.card;
 
 
import lombok.Data;
 
/**
 * 卡项列表实体
 *
 * @author fwq
 */
@Data
public class CardItemDt {
    private String id;
}