12345678910111213141516171819202122232425262728 |
- namespace ZhonTai.Plate.Admin.Service.Api.Input
- {
-
-
-
- public class ApiSyncDto
- {
-
-
-
- public string Label { get; set; }
-
-
-
- public string Path { get; set; }
-
-
-
- public string ParentPath { get; set; }
-
-
-
- public string HttpMethods { get; set; }
- }
- }
|