fwq
2024-04-18 0cbe6e1fd5e5b457f9f94f8e4ee6b275fa52a622
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 {
 
}