Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 187 Bytes

File metadata and controls

4 lines (4 loc) · 187 Bytes

Enum经常用来表达:

  • 具有固定值的常量集合;
  • 状态集合,比如使能状态、开关和闭合状态等;
  • 分类集合,比如仓库管理中的出入库方式;