DocumentGetGroupOutput.cs 133 B

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