多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# QQLite.Framework.Entity.PointLevelInfo 类 ## 注释 ~~~ 积分系统等级信息 ~~~ ## 语法 ~~~ public class PointLevelInfo : PointInfo ~~~ ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [NowLevel](https://www.kancloud.cn/gxser1986/cqrobot/3016314) | 当前等级 | | | [NowLevelName](https://www.kancloud.cn/gxser1986/cqrobot/3016315) | 当前等级名称 | | | [NextLevel](https://www.kancloud.cn/gxser1986/cqrobot/3016316) | 下一个等级 | | | [NextLevelName](https://www.kancloud.cn/gxser1986/cqrobot/3016317) | 下一个等级名称 | | | [NextLevelPoint](https://www.kancloud.cn/gxser1986/cqrobot/3016318) | 还差多少积分到下一个等级 |