ANDRU-PC\Andru
2023-06-01 abb5a863db85dd62045d7a2f463195d61029c9e5
提交 | 用户 | age
bd013b 1 package com.hz.his.dto.sync;
Z 2
3 import lombok.Data;
4
5 /**
6  * @Author
7  */
8 @Data
9 public class SyncUserCradDto {
10
11     /**his卡包id*/
12     private String hisId;
a52403 13
Z 14     /**his 用户id*/
15     private String userId;
bd013b 16 }