zhangxu
2022-10-19 bd013b0d99f8d315a099a792a660cebca8bd8fd8
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.hz.his.dto.sync;
 
import lombok.Data;
 
/**
 * @Author
 */
@Data
public class SyncUserCradDto {
 
    /**his卡包id*/
    private String hisId;
}