UserGetOutput.cs 96 B

123456
  1. namespace ZhonTai.Admin.Services.User.Dto;
  2. public class UserGetOutput : UserUpdateInput
  3. {
  4. }