公告板
版本库
filestore
活动
搜索
登录
陈家和
/
phis-service-feign
PHIS微服务(平台)
概况
操作记录
提交次数
目录
文档
派生
对比
查看
|
历史
|
提交
|
提交对比
Merge remote-tracking branch 'origin/master-test' into master-test
chenjiahe
2023-07-03
10121f70218d5af50e68f343c18044073bd6d9ce
[~chenjiahe/phis-service-feign.git]
/
phis-feign
/
src
/
main
/
java
/
com
/
hz
/
phis
/
dt
/
card
/
CardItemDt.java
提交
|
用户
|
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
}