chenjiahe
2024-02-23 becc7f3f5f3e424a02deaa1a5849f830d6ed7da7
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;
}