fhx
2024-04-01 e4b84e0f62b9f93e0c619f3a42275dd9a5f0de0b
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;
}