zhou zhou
17 小时以前 2dae7a77781f4ef123a673893a9a7ffb34285f8f
rsf-admin/src/i18n/en.js
@@ -220,9 +220,85 @@
        statisticCount: 'Statistic Count',
        preparation: "备料单",
        menuPda: 'MenuPda',
        taskPathTemplate: 'TaskPathTemplate',
        taskPathTemplateNode: 'TaskPathTemplateNode',
        subsystemFlowTemplate: 'SubsystemFlowTemplate',
        flowStepTemplate: 'FlowStepTemplate',
    },
    table: {
        field: {
            flowStepTemplate: {
                flowId: "flowId",
                flowCode: "flowCode",
                stepOrder: "stepOrder",
                stepCode: "stepCode",
                stepName: "stepName",
                stepType: "stepType",
                actionType: "actionType",
                actionConfig: "actionConfig",
                inputMapping: "inputMapping",
                outputMapping: "outputMapping",
                conditionExpression: "conditionExpression",
                skipOnFail: "skipOnFail",
                retryEnabled: "retryEnabled",
                retryConfig: "retryConfig",
                timeoutSeconds: "timeoutSeconds",
            },
            subsystemFlowTemplate: {
                flowCode: "flowCode",
                flowName: "flowName",
                systemCode: "systemCode",
                systemName: "systemName",
                nodeType: "nodeType",
                version: "version",
                isCurrent: "isCurrent",
                effectiveTime: "effectiveTime",
                timeoutStrategy: "timeoutStrategy",
                timeoutSeconds: "timeoutSeconds",
                maxRetryTimes: "maxRetryTimes",
                needNotify: "needNotify",
                notifyTemplate: "notifyTemplate",
                remark: "remark",
            },
            taskPathTemplateNode: {
                templateId: "templateId",
                templateCode: "templateCode",
                nodeOrder: "nodeOrder",
                nodeCode: "nodeCode",
                nodeName: "nodeName",
                nodeType: "nodeType",
                systemCode: "systemCode",
                systemName: "systemName",
                executeParams: "executeParams",
                resultSchema: "resultSchema",
                timeoutMinutes: "timeoutMinutes",
                mandatory: "mandatory",
                parallelExecutable: "parallelExecutable",
                preCondition: "preCondition",
                postCondition: "postCondition",
                nextNodeRules: "nextNodeRules",
            },
            taskPathTemplate: {
                templateCode: "templateCode",
                templateName: "templateName",
                sourceType: "sourceType",
                targetType: "targetType",
                conditionExpression: "conditionExpression",
                conditionDesc: "conditionDesc",
                version: "version",
                isCurrent: "isCurrent",
                effectiveTime: "effectiveTime",
                expireTime: "expireTime",
                priority: "priority",
                timeoutMinutes: "timeoutMinutes",
                maxRetryTimes: "maxRetryTimes",
                retryIntervalSeconds: "retryIntervalSeconds",
                remark: "remark",
                createdBy: "createdBy",
                updatedBy: "updatedBy",
                createdTime: "createdTime",
                updatedTime: "updatedTime",
            },
            outBound: {
                stockWithdrawal: 'StockWithdrawal',
                withdrawal: 'Withdrawal'