import { GspCommonField } from '../../ref'; import { VariableSourceType } from './VariableSourceType'; /** * 变量定义 * @author wangjiegj */ /** * 变量定义 */ export declare class CommonVariable extends GspCommonField { /** * 变量来源 */ VariableSourceType: VariableSourceType; }