fhx
2023-10-07 171ddca9f19a30f778d9affe6cf9c28b73394111
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.hz.his.dto.user;
 
 
import com.hz.his.dto.common.DCommonDto;
import lombok.Data;
 
/**
 * 用户记录变动
 **/
@Data
public class DUserChangeLogDto extends DCommonDto {
 
}