fwq
2023-09-26 e3fe83d7676c8f954564a7fb90e82295b3da2fee
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 {
 
}