fhx
2024-05-10 e1990fe2cb0db1db3df9d000d4a6eacfbd2b1c57
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.hz.his.dto.sync;
 
import lombok.Data;
 
/**
 * @Author
 */
@Data
public class SyncUserCradDto {
 
    /**his卡包id*/
    private String hisId;
 
    /**his 用户id*/
    private String userId;
}