1
pulg
8 天以前 dc600c6298a3231e05875813ec0fa2fa18151d84
1
2
3
4
5
6
7
8
9
10
11
namespace $rootnamespace$.Areas.HelpPage.ModelDescriptions
{
    public class EnumValueDescription
    {
        public string Documentation { get; set; }
 
        public string Name { get; set; }
 
        public string Value { get; set; }
    }
}