0
0

DocumentGetGroupOutput.cs 131 B

123456
  1. namespace ZhonTai.Admin.Services.Document.Dto
  2. {
  3. public class DocumentGetGroupOutput : DocumentUpdateGroupInput
  4. {
  5. }
  6. }