🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# QQLite.Framework.SDK.ParameterType 枚举 ## 注释 ~~~ 参数类型 ~~~ ## 语法 ~~~ public enum ParameterType ~~~ ## 字段 | | 名称 | 说明 | | --- | --- | --- | | | [String](https://www.kancloud.cn/gxser1986/cqrobot/3016694) | 字符串 | | | [Boolean](https://www.kancloud.cn/gxser1986/cqrobot/3016695) | 布尔值 | | | [Integer](https://www.kancloud.cn/gxser1986/cqrobot/3016696) | 整型 | | | [Long](https://www.kancloud.cn/gxser1986/cqrobot/3016697) | 长整型 | | | [Float](https://www.kancloud.cn/gxser1986/cqrobot/3016698) | 单精度浮点型 | | | [Double](https://www.kancloud.cn/gxser1986/cqrobot/3016699) | 双精度浮点型 | | | [Decimal](https://www.kancloud.cn/gxser1986/cqrobot/3016700) | 浮点数类型 |