relu-bpmn
Version:
RELU快速开发平台bpmn组件
86 lines (85 loc) • 1.78 kB
TypeScript
export interface DictItem {
dictValue: string;
dictItemValue: string;
dictItemLabel: string;
}
export declare const dict: {
YesNo: {
name: string;
Yes: string;
No: string;
};
EnabledDisabled: {
enabled: string;
disabled: string;
};
ProviderState: {
name: string;
};
ProviderType: {
name: string;
alibaba: string;
tencent: string;
huawei: string;
minio: string;
};
IAMProviderProtocol: {
name: string;
oidc: string;
saml2: string;
cas: string;
};
IAMProviderType: {
name: string;
qq: string;
dingtalk: string;
qywechat: string;
feishu: string;
wechat: string;
alipay: string;
weibo: string;
alibaba: string;
tencent: string;
};
Gender: {
name: string;
};
Political: {
name: string;
};
Marital: {
name: string;
};
StudentStatus: {
name: string;
};
GBNation: {
name: string;
};
GradeLevel: {
name: string;
};
AccountType: {
name: string;
};
UserCertType: {
name: string;
};
AppInfoVersionState: {
name: string;
publish: string;
develop: string;
history: string;
};
LanguageType: {
name: string;
enUS: string;
zhCN: string;
zhTW: string;
};
};
export declare const dictName: string[];
export declare const YesNo2Boolean: (value: any) => any;
export declare const Boolean2YesNo: (value: any) => any;
export declare const Enabled2Boolean: (value: any) => any;
export declare const Boolean2Enabled: (value: any) => any;