ThinkSSL🔒 一键申购 5分钟快速签发 30天无理由退款 购买更放心 广告
# 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) | 浮点数类型 |