wangrenhuang
2022-10-20 f51e4da0e870c8f4267cb2afd6f72fa79fb179e9
提交 | 用户 | 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;
13 }