周口郸城医院 DanChengCallCenter_API
| 1234567891011 |
- using System;
- namespace $rootnamespace$.Areas.HelpPage.ModelDescriptions
- {
- public class ParameterAnnotation
- {
- public Attribute AnnotationAttribute { get; set; }
- public string Documentation { get; set; }
- }
- }
|