10 lines
105 B
TypeScript
Raw Normal View History

2023-11-13 02:37:29 +08:00
//全局表枚举
export enum TbGGlobalEnum{
SELECT_PET_ID = 70001, //选择宠物配置表Id
}