信阳市新县12345县长热线 - 代码来源于 息县数字城管XiXianSZCG_API
| 1234567891011 |
- using System;
- namespace $rootnamespace$.Areas.HelpPage.ModelDescriptions
- {
- public class ParameterAnnotation
- {
- public Attribute AnnotationAttribute { get; set; }
- public string Documentation { get; set; }
- }
- }
|