Swagger Swashbuckle Asp.NET Core: show details about every enum is used

前端 未结 0 1896
无人共我
无人共我 2020-12-16 02:40

I have the following enum:

public enum TicketQuestionType
{
    General = 1,
    Billing = 2,
    TMS = 3,
    HOS = 4,
    DeviceManagement = 5
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题