@baosight/er4j 0.0.36 → 0.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1236,6 +1236,7 @@ export declare namespace ER {
1236
1236
  DATA_TYPE: string;
1237
1237
  OP_VALUE: string | number;
1238
1238
  }[];
1239
+ toCamelCase?: boolean;
1239
1240
  customFilter?: string;
1240
1241
  dataSet?: DataSet;
1241
1242
  tableName?: string;
@@ -3157,6 +3158,7 @@ export declare namespace ER {
3157
3158
  */
3158
3159
  queryDataByService(serviceName: string, paras?: {
3159
3160
  filterConfigId?: string;
3161
+ toCamelCase?: boolean;
3160
3162
  queryType?: {
3161
3163
  [key: string]: any;
3162
3164
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baosight/er4j",
3
- "version": "0.0.36",
3
+ "version": "0.0.38",
4
4
  "description": "er4j 辅助开发",
5
5
  "private": false,
6
6
  "type": "module",