@kengic/vue 0.5.14 → 0.5.16-beta.0
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.
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +779 -781
- package/dist/src/apis/WMS/models.d.ts +0 -4
- package/package.json +1 -1
@@ -263,10 +263,6 @@ export declare class VarGridMasterDTO {
|
|
263
263
|
}
|
264
264
|
/** 变量查找. */
|
265
265
|
export declare class VarLookup {
|
266
|
-
/** 查询接口地址(Command). */
|
267
|
-
cmd?: string | null;
|
268
|
-
/** 查询接口参数(CommandParameter). */
|
269
|
-
cmd_prm?: string | null;
|
270
266
|
/** 定制级别(CustomLevel). */
|
271
267
|
cust_lvl?: number | null;
|
272
268
|
/** 是否启用(EnableFlag). */
|