wangrenhuang
2023-07-17 f4771f2e4b21cde41b1264e95e74d2944291e6cb
提交 | 用户 | age
3ce49a 1 package com.hz.phis.dt.card;
F 2
3
4 import lombok.Data;
5
6 /**
7  * 卡项列表实体
8  *
9  * @author fwq
10  */
11 @Data
12 public class CardItemDt {
13     private String id;
14 }