| 接口 | 说明 |
|---|---|
| BConfig.Refresh |
刷新接口
|
| 类 | 说明 |
|---|---|
| BConfig |
功能说明:配置文件初始化
|
| BConfig.BCache | |
| BConfig.CachePrefix | |
| BConfig.Const |
常用属性名称
|
| BConfig.OutConst |
#输出相关配置
out:
#日期类型输出格式,默认为时间戳
dateformat: yyyy-MM-dd HH:mm:ss.SSS
#加密主键,默认为true,加密输出
encrypt_pk: true
#不需要加密输出的PK名称,encrypt_pk为true时生效
no_encrypt_pk: area_id
#是否输出这空属性
null_property: true
|
| BSystem |
功能说明:系统配置
|