Better way to connect 2 enums that look identical

后端 未结 0 1597
时光说笑
时光说笑 2020-12-31 18:39

Currently I have 2 enums as below

enum Tab {
  Approved = "Approved",
  Pending = "Pending",
  Sold = "Sold",
}

enum ProductSta         


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