Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Enum经常用来表达:

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