{
  "getAllPSDEACModes" : [ {
    "codeName" : "Default",
    "logicName" : "DEFAULT",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeacmodes/DEFAULT",
    "name" : "DEFAULT",
    "getPSDEACModeDataItems" : [ {
      "dataType" : 25,
      "name" : "value"
    }, {
      "dataType" : 25,
      "name" : "text"
    } ],
    "pagingSize" : 50,
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeacmodes/DEFAULT",
    "defaultMode" : true,
    "enablePagingBar" : false,
    "id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDEACMODES/Default.json"
  } ],
  "getAllPSDEActions" : [ {
    "actionMode" : "CREATE",
    "actionType" : "BUILTIN",
    "codeName" : "Create",
    "dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDEACTIONS/Create.json",
    "logicName" : "Create",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/Create",
    "name" : "Create",
    "orderValue" : 1,
    "getPSDEActionInput" : {
      "name" : "CreateInput",
      "getPSDEMethodDTO" : {
        "modelref" : true,
        "id" : "IBIZAccountDTO"
      },
      "type" : "DTO",
      "output" : true
    },
    "getPSDEActionReturn" : {
      "name" : "CreateResult",
      "type" : "VOID"
    },
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/Create",
    "builtinAction" : true
  }, {
    "actionMode" : "UPDATE",
    "actionType" : "BUILTIN",
    "codeName" : "Update",
    "dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDEACTIONS/Update.json",
    "logicName" : "Update",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/Update",
    "name" : "Update",
    "orderValue" : 11,
    "getPSDEActionInput" : {
      "name" : "UpdateInput",
      "getPSDEMethodDTO" : {
        "modelref" : true,
        "id" : "IBIZAccountDTO"
      },
      "type" : "DTO",
      "output" : true
    },
    "getPSDEActionReturn" : {
      "name" : "UpdateResult",
      "type" : "VOID"
    },
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/Update",
    "builtinAction" : true
  }, {
    "actionMode" : "DELETE",
    "actionType" : "BUILTIN",
    "batchActionMode" : 1,
    "codeName" : "Remove",
    "dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDEACTIONS/Remove.json",
    "logicName" : "Remove",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/Remove",
    "name" : "Remove",
    "orderValue" : 21,
    "getPSDEActionInput" : {
      "getKeyPSDEField" : {
        "name" : "IBIZACCOUNTID",
        "codeName" : "IBIZAccountId"
      },
      "name" : "RemoveInput",
      "type" : "KEYFIELDS"
    },
    "getPSDEActionReturn" : {
      "name" : "RemoveResult",
      "type" : "VOID"
    },
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/Remove",
    "batchAction" : true,
    "builtinAction" : true
  }, {
    "actionMode" : "READ",
    "actionType" : "BUILTIN",
    "codeName" : "Get",
    "dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDEACTIONS/Get.json",
    "logicName" : "Get",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/Get",
    "name" : "Get",
    "orderValue" : 31,
    "getPSDEActionInput" : {
      "getKeyPSDEField" : {
        "name" : "IBIZACCOUNTID",
        "codeName" : "IBIZAccountId"
      },
      "name" : "GetInput",
      "type" : "KEYFIELD"
    },
    "getPSDEActionReturn" : {
      "name" : "GetResult",
      "getPSDEMethodDTO" : {
        "modelref" : true,
        "id" : "IBIZAccountDTO"
      },
      "type" : "DTO"
    },
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/Get",
    "builtinAction" : true
  }, {
    "actionMode" : "GETDRAFT",
    "actionType" : "BUILTIN",
    "codeName" : "GetDraft",
    "dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDEACTIONS/GetDraft.json",
    "logicName" : "GetDraft",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/GetDraft",
    "name" : "GetDraft",
    "orderValue" : 41,
    "getPSDEActionInput" : {
      "name" : "GetDraftInput",
      "getPSDEMethodDTO" : {
        "modelref" : true,
        "id" : "IBIZAccountDTO"
      },
      "type" : "DTO"
    },
    "getPSDEActionReturn" : {
      "name" : "GetDraftResult",
      "getPSDEMethodDTO" : {
        "modelref" : true,
        "id" : "IBIZAccountDTO"
      },
      "type" : "DTO"
    },
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/GetDraft",
    "builtinAction" : true
  }, {
    "actionMode" : "CHECKKEY",
    "actionType" : "BUILTIN",
    "codeName" : "CheckKey",
    "dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDEACTIONS/CheckKey.json",
    "logicName" : "CheckKey",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/CheckKey",
    "name" : "CheckKey",
    "getPSDEActionInput" : {
      "name" : "CheckKeyInput",
      "getPSDEMethodDTO" : {
        "modelref" : true,
        "id" : "IBIZAccountDTO"
      },
      "type" : "DTO"
    },
    "getPSDEActionReturn" : {
      "name" : "CheckKeyResult",
      "stdDataType" : 9,
      "type" : "SIMPLE"
    },
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/CheckKey",
    "builtinAction" : true
  }, {
    "actionMode" : "UNKNOWN",
    "actionType" : "BUILTIN",
    "codeName" : "Save",
    "dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDEACTIONS/Save.json",
    "logicName" : "Save",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/Save",
    "name" : "Save",
    "getPSDEActionInput" : {
      "name" : "SaveInput",
      "getPSDEMethodDTO" : {
        "modelref" : true,
        "id" : "IBIZAccountDTO"
      },
      "type" : "DTO"
    },
    "getPSDEActionReturn" : {
      "name" : "SaveResult",
      "type" : "VOID"
    },
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeactions/Save",
    "builtinAction" : true
  } ],
  "getAllPSDEDBConfigs" : [ {
    "dBType" : "MYSQL5",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdedbcfgs/MYSQL5",
    "name" : "MYSQL5",
    "objNameCase" : "DEFAULT",
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdedbcfgs/MYSQL5",
    "standardTableName" : "`T_IBIZACCOUNT`",
    "tableName" : "T_IBIZACCOUNT",
    "view2Name" : "V2_IBIZACCOUNT",
    "view3Name" : "V3_IBIZACCOUNT",
    "view4Name" : "V4_IBIZACCOUNT",
    "viewName" : "V_IBIZACCOUNT",
    "valid" : true
  } ],
  "getAllPSDEDataQueries" : [ {
    "getAllPSDEDataQueryCodes" : [ {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDEDATAQUERIES/Default/PSDEDQCODES/DM.json"
    }, {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDEDATAQUERIES/Default/PSDEDQCODES/HANA.json"
    }, {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
    }, {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDEDATAQUERIES/Default/PSDEDQCODES/POSTGRESQL.json"
    }, {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDEDATAQUERIES/Default/PSDEDQCODES/SQLSERVER.json"
    } ],
    "codeName" : "Default",
    "logicName" : "DEFAULT",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdedataqueries/DEFAULT",
    "name" : "DEFAULT",
    "getPSDEDQMain" : {
      "getJoinPSDataEntity" : {
        "modelref" : true,
        "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount.json"
      },
      "joinType" : "MAIN",
      "name" : "IBIZACCOUNT"
    },
    "getPSDEDataQueryInput" : {
      "name" : "DefaultInput",
      "getPSDEFilterDTO" : {
        "modelref" : true,
        "id" : "IBIZAccountFilterDTO"
      },
      "type" : "DTO"
    },
    "getPSDEDataQueryReturn" : {
      "name" : "DefaultResult",
      "getPSDEMethodDTO" : {
        "modelref" : true,
        "id" : "IBIZAccountDTO"
      },
      "type" : "DTOS"
    },
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdedataqueries/DEFAULT",
    "defaultMode" : true
  } ],
  "getAllPSDEDataSets" : [ {
    "codeName" : "Default",
    "logicName" : "DEFAULT",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdedatasets/DEFAULT",
    "name" : "DEFAULT",
    "getPSDEDataQueries" : [ {
      "modelref" : true,
      "id" : "Default"
    } ],
    "getPSDEDataSetInput" : {
      "name" : "DefaultInput",
      "getPSDEFilterDTO" : {
        "modelref" : true,
        "id" : "IBIZAccountFilterDTO"
      },
      "type" : "DTO"
    },
    "getPSDEDataSetReturn" : {
      "name" : "DefaultResult",
      "getPSDEMethodDTO" : {
        "modelref" : true,
        "id" : "IBIZAccountDTO"
      },
      "type" : "PAGE"
    },
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdedatasets/DEFAULT",
    "defaultMode" : true,
    "enableBackend" : true,
    "enableFront" : true
  } ],
  "getAllPSDEFields" : [ {
    "getAllPSDEFDTColumns" : [ {
      "columnName" : "UPDATEDATE",
      "dBType" : "MYSQL5",
      "name" : "UPDATEDATE",
      "queryCodeExp" : "t1.`UPDATEDATE`",
      "standardColumnName" : "`UPDATEDATE`"
    } ],
    "getAllPSDEFUIModes" : [ {
      "codeName" : "MobileDefault",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE/psdefuimodes/MobileDefault",
      "name" : "[UPDATEDATE][更新时间]移动端默认",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.UPDATEDATE",
          "mOSFilePath" : "pslanguageres/Auto1074",
          "rTMOSFilePath" : "pslanguageres/Auto1074"
        },
        "codeName" : "MobileDefault",
        "editorType" : "SPAN",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE/psdefformitems/MobileDefault",
        "name" : "[UPDATEDATE][更新时间]移动端默认",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE/psdefformitems/MobileDefault",
        "uIMode" : "MOBILEDEFAULT",
        "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
        "allowEmpty" : false,
        "mobileMode" : true
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE/psdefuimodes/MobileDefault",
      "type" : "MOBILEDEFAULT",
      "mobileMode" : true
    }, {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE/psdefuimodes/Default",
      "name" : "[UPDATEDATE][更新时间]",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.UPDATEDATE",
          "mOSFilePath" : "pslanguageres/Auto1074",
          "rTMOSFilePath" : "pslanguageres/Auto1074"
        },
        "codeName" : "Default",
        "editorType" : "SPAN",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE/psdefformitems/Default",
        "name" : "[UPDATEDATE][更新时间]",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE/psdefformitems/Default",
        "uIMode" : "DEFAULT",
        "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
        "allowEmpty" : false
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE/psdefuimodes/Default",
      "type" : "DEFAULT"
    } ],
    "getAllPSDEFValueRules" : [ {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE/psdefvaluerules/Default",
      "name" : "默认规则",
      "getPSDEFVRGroupCondition" : {
        "condOp" : "AND",
        "condType" : "GROUP",
        "name" : "默认组"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE/psdefvaluerules/Default",
      "ruleInfo" : "默认规则",
      "checkDefault" : true,
      "defaultMode" : true,
      "enableBackend" : true,
      "enableFront" : true
    } ],
    "codeName" : "UpdateDate",
    "dEFType" : 1,
    "dataType" : "DATETIME",
    "importOrder" : 1000,
    "getLNPSLanguageRes" : {
      "lanResTag" : "DEF.LNAME.UPDATEDATE",
      "mOSFilePath" : "pslanguageres/Auto1074",
      "rTMOSFilePath" : "pslanguageres/Auto1074"
    },
    "length" : 8,
    "logicName" : "更新时间",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE",
    "name" : "UPDATEDATE",
    "predefinedType" : "UPDATEDATE",
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEDATE",
    "serviceCodeName" : "UpdateDate",
    "stdDataType" : 5,
    "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
    "allowEmpty" : false,
    "systemReserver" : true
  }, {
    "getAllPSDEFDTColumns" : [ {
      "columnName" : "UPDATEMAN",
      "dBType" : "MYSQL5",
      "name" : "UPDATEMAN",
      "queryCodeExp" : "t1.`UPDATEMAN`",
      "standardColumnName" : "`UPDATEMAN`"
    } ],
    "getAllPSDEFUIModes" : [ {
      "codeName" : "MobileDefault",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN/psdefuimodes/MobileDefault",
      "name" : "[UPDATEMAN][更新人]移动端默认",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.UPDATEMAN",
          "mOSFilePath" : "pslanguageres/Auto202",
          "rTMOSFilePath" : "pslanguageres/Auto202"
        },
        "codeName" : "MobileDefault",
        "editorType" : "SPAN",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN/psdefformitems/MobileDefault",
        "name" : "[UPDATEMAN][更新人]移动端默认",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN/psdefformitems/MobileDefault",
        "stringLength" : 60,
        "uIMode" : "MOBILEDEFAULT",
        "allowEmpty" : false,
        "mobileMode" : true
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN/psdefuimodes/MobileDefault",
      "type" : "MOBILEDEFAULT",
      "mobileMode" : true
    }, {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN/psdefuimodes/Default",
      "name" : "[UPDATEMAN][更新人]",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.UPDATEMAN",
          "mOSFilePath" : "pslanguageres/Auto202",
          "rTMOSFilePath" : "pslanguageres/Auto202"
        },
        "codeName" : "Default",
        "editorType" : "SPAN",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN/psdefformitems/Default",
        "name" : "[UPDATEMAN][更新人]",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN/psdefformitems/Default",
        "stringLength" : 60,
        "uIMode" : "DEFAULT",
        "allowEmpty" : false
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN/psdefuimodes/Default",
      "type" : "DEFAULT"
    } ],
    "getAllPSDEFValueRules" : [ {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN/psdefvaluerules/Default",
      "name" : "默认规则",
      "getPSDEFVRGroupCondition" : {
        "condOp" : "AND",
        "condType" : "GROUP",
        "name" : "默认组",
        "getPSDEFVRConditions" : [ {
          "condType" : "STRINGLENGTH",
          "dEFName" : "UPDATEMAN",
          "maxValue" : 60,
          "name" : "默认字符串长度",
          "ruleInfo" : "内容长度必须小于等于[60]",
          "includeMaxValue" : true,
          "includeMinValue" : false,
          "keyCond" : true
        } ],
        "ruleInfo" : "内容长度必须小于等于[60]"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN/psdefvaluerules/Default",
      "ruleInfo" : "内容长度必须小于等于[60]",
      "checkDefault" : true,
      "defaultMode" : true,
      "enableBackend" : true,
      "enableFront" : true
    } ],
    "codeName" : "UpdateMan",
    "dEFType" : 1,
    "dataType" : "TEXT",
    "importOrder" : 1000,
    "getLNPSLanguageRes" : {
      "lanResTag" : "DEF.LNAME.UPDATEMAN",
      "mOSFilePath" : "pslanguageres/Auto202",
      "rTMOSFilePath" : "pslanguageres/Auto202"
    },
    "length" : 60,
    "logicName" : "更新人",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN",
    "name" : "UPDATEMAN",
    "getPSCodeList" : {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
    },
    "predefinedType" : "UPDATEMAN",
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/UPDATEMAN",
    "serviceCodeName" : "UpdateMan",
    "stdDataType" : 25,
    "stringLength" : 60,
    "valueFormat" : "%1$s",
    "allowEmpty" : false,
    "systemReserver" : true
  }, {
    "getAllPSDEFDTColumns" : [ {
      "columnName" : "BANKNAME",
      "dBType" : "MYSQL5",
      "name" : "BANKNAME",
      "queryCodeExp" : "t1.`BANKNAME`",
      "standardColumnName" : "`BANKNAME`"
    } ],
    "getAllPSDEFUIModes" : [ {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME/psdefuimodes/Default",
      "name" : "[BANKNAME][开户行]",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.BANKNAME",
          "mOSFilePath" : "pslanguageres/Auto789",
          "rTMOSFilePath" : "pslanguageres/Auto789"
        },
        "codeName" : "Default",
        "editorType" : "TEXTBOX",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME/psdefformitems/Default",
        "name" : "[BANKNAME][开户行]",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME/psdefformitems/Default",
        "stringLength" : 100,
        "uIMode" : "DEFAULT"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME/psdefuimodes/Default",
      "type" : "DEFAULT"
    }, {
      "codeName" : "MobileDefault",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME/psdefuimodes/MobileDefault",
      "name" : "[BANKNAME][开户行]移动端默认",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.BANKNAME",
          "mOSFilePath" : "pslanguageres/Auto789",
          "rTMOSFilePath" : "pslanguageres/Auto789"
        },
        "codeName" : "MobileDefault",
        "editorType" : "MOBTEXT",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME/psdefformitems/MobileDefault",
        "name" : "[BANKNAME][开户行]移动端默认",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME/psdefformitems/MobileDefault",
        "stringLength" : 100,
        "uIMode" : "MOBILEDEFAULT",
        "mobileMode" : true
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME/psdefuimodes/MobileDefault",
      "type" : "MOBILEDEFAULT",
      "mobileMode" : true
    } ],
    "getAllPSDEFValueRules" : [ {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME/psdefvaluerules/Default",
      "name" : "默认规则",
      "getPSDEFVRGroupCondition" : {
        "condOp" : "AND",
        "condType" : "GROUP",
        "name" : "默认组",
        "getPSDEFVRConditions" : [ {
          "condType" : "STRINGLENGTH",
          "dEFName" : "BANKNAME",
          "maxValue" : 100,
          "name" : "默认字符串长度",
          "ruleInfo" : "内容长度必须小于等于[100]",
          "includeMaxValue" : true,
          "includeMinValue" : false,
          "keyCond" : true
        } ],
        "ruleInfo" : "内容长度必须小于等于[100]"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME/psdefvaluerules/Default",
      "ruleInfo" : "内容长度必须小于等于[100]",
      "checkDefault" : true,
      "defaultMode" : true,
      "enableBackend" : true,
      "enableFront" : true
    } ],
    "codeName" : "BankName",
    "dEFType" : 1,
    "dataType" : "TEXT",
    "importOrder" : 1000,
    "getLNPSLanguageRes" : {
      "lanResTag" : "DEF.LNAME.BANKNAME",
      "mOSFilePath" : "pslanguageres/Auto789",
      "rTMOSFilePath" : "pslanguageres/Auto789"
    },
    "length" : 100,
    "logicName" : "开户行",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME",
    "name" : "BANKNAME",
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKNAME",
    "serviceCodeName" : "BankName",
    "stdDataType" : 25,
    "stringLength" : 100,
    "valueFormat" : "%1$s"
  }, {
    "getAllPSDEFDTColumns" : [ {
      "columnName" : "IBIZACCOUNTNAME",
      "dBType" : "MYSQL5",
      "name" : "IBIZACCOUNTNAME",
      "queryCodeExp" : "t1.`IBIZACCOUNTNAME`",
      "standardColumnName" : "`IBIZACCOUNTNAME`"
    } ],
    "getAllPSDEFSearchModes" : [ {
      "codeName" : "N_IBIZACCOUNTNAME_LIKE",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefsfitems/N_IBIZACCOUNTNAME_LIKE",
      "name" : "N_IBIZACCOUNTNAME_LIKE",
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefsearchmodes/N_IBIZACCOUNTNAME_LIKE",
      "stdDataType" : 25,
      "valueOP" : "LIKE"
    } ],
    "getAllPSDEFUIModes" : [ {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefuimodes/Default",
      "name" : "[IBIZACCOUNTNAME][账户名称]",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.IBIZACCOUNTNAME",
          "mOSFilePath" : "pslanguageres/Auto1549",
          "rTMOSFilePath" : "pslanguageres/Auto1549"
        },
        "codeName" : "Default",
        "editorType" : "TEXTBOX",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefformitems/Default",
        "name" : "[IBIZACCOUNTNAME][账户名称]",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefformitems/Default",
        "stringLength" : 200,
        "uIMode" : "DEFAULT"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefuimodes/Default",
      "type" : "DEFAULT"
    }, {
      "codeName" : "MobileDefault",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefuimodes/MobileDefault",
      "name" : "[IBIZACCOUNTNAME][账户名称]移动端默认",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.IBIZACCOUNTNAME",
          "mOSFilePath" : "pslanguageres/Auto1549",
          "rTMOSFilePath" : "pslanguageres/Auto1549"
        },
        "codeName" : "MobileDefault",
        "editorType" : "MOBTEXT",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefformitems/MobileDefault",
        "name" : "[IBIZACCOUNTNAME][账户名称]移动端默认",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefformitems/MobileDefault",
        "stringLength" : 200,
        "uIMode" : "MOBILEDEFAULT",
        "mobileMode" : true
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefuimodes/MobileDefault",
      "type" : "MOBILEDEFAULT",
      "mobileMode" : true
    } ],
    "getAllPSDEFValueRules" : [ {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefvaluerules/Default",
      "name" : "默认规则",
      "getPSDEFVRGroupCondition" : {
        "condOp" : "AND",
        "condType" : "GROUP",
        "name" : "默认组",
        "getPSDEFVRConditions" : [ {
          "condType" : "STRINGLENGTH",
          "dEFName" : "IBIZACCOUNTNAME",
          "maxValue" : 200,
          "name" : "默认字符串长度",
          "ruleInfo" : "内容长度必须小于等于[200]",
          "includeMaxValue" : true,
          "includeMinValue" : false,
          "keyCond" : true
        } ],
        "ruleInfo" : "内容长度必须小于等于[200]"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME/psdefvaluerules/Default",
      "ruleInfo" : "内容长度必须小于等于[200]",
      "checkDefault" : true,
      "defaultMode" : true,
      "enableBackend" : true,
      "enableFront" : true
    } ],
    "codeName" : "IBIZAccountName",
    "dEFType" : 1,
    "dataType" : "TEXT",
    "importOrder" : 1000,
    "getLNPSLanguageRes" : {
      "lanResTag" : "DEF.LNAME.IBIZACCOUNTNAME",
      "mOSFilePath" : "pslanguageres/Auto1549",
      "rTMOSFilePath" : "pslanguageres/Auto1549"
    },
    "length" : 200,
    "logicName" : "账户名称",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME",
    "name" : "IBIZACCOUNTNAME",
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTNAME",
    "serviceCodeName" : "IBIZAccountName",
    "stdDataType" : 25,
    "stringLength" : 200,
    "valueFormat" : "%1$s",
    "enableQuickSearch" : true,
    "majorDEField" : true
  }, {
    "getAllPSDEFDTColumns" : [ {
      "columnName" : "CREATEMAN",
      "dBType" : "MYSQL5",
      "name" : "CREATEMAN",
      "queryCodeExp" : "t1.`CREATEMAN`",
      "standardColumnName" : "`CREATEMAN`"
    } ],
    "getAllPSDEFUIModes" : [ {
      "codeName" : "MobileDefault",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN/psdefuimodes/MobileDefault",
      "name" : "[CREATEMAN][建立人]移动端默认",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.CREATEMAN",
          "mOSFilePath" : "pslanguageres/Auto859",
          "rTMOSFilePath" : "pslanguageres/Auto859"
        },
        "codeName" : "MobileDefault",
        "editorType" : "SPAN",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN/psdefformitems/MobileDefault",
        "name" : "[CREATEMAN][建立人]移动端默认",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN/psdefformitems/MobileDefault",
        "stringLength" : 60,
        "uIMode" : "MOBILEDEFAULT",
        "allowEmpty" : false,
        "mobileMode" : true
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN/psdefuimodes/MobileDefault",
      "type" : "MOBILEDEFAULT",
      "mobileMode" : true
    }, {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN/psdefuimodes/Default",
      "name" : "[CREATEMAN][建立人]",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.CREATEMAN",
          "mOSFilePath" : "pslanguageres/Auto859",
          "rTMOSFilePath" : "pslanguageres/Auto859"
        },
        "codeName" : "Default",
        "editorType" : "SPAN",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN/psdefformitems/Default",
        "name" : "[CREATEMAN][建立人]",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN/psdefformitems/Default",
        "stringLength" : 60,
        "uIMode" : "DEFAULT",
        "allowEmpty" : false
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN/psdefuimodes/Default",
      "type" : "DEFAULT"
    } ],
    "getAllPSDEFValueRules" : [ {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN/psdefvaluerules/Default",
      "name" : "默认规则",
      "getPSDEFVRGroupCondition" : {
        "condOp" : "AND",
        "condType" : "GROUP",
        "name" : "默认组",
        "getPSDEFVRConditions" : [ {
          "condType" : "STRINGLENGTH",
          "dEFName" : "CREATEMAN",
          "maxValue" : 60,
          "name" : "默认字符串长度",
          "ruleInfo" : "内容长度必须小于等于[60]",
          "includeMaxValue" : true,
          "includeMinValue" : false,
          "keyCond" : true
        } ],
        "ruleInfo" : "内容长度必须小于等于[60]"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN/psdefvaluerules/Default",
      "ruleInfo" : "内容长度必须小于等于[60]",
      "checkDefault" : true,
      "defaultMode" : true,
      "enableBackend" : true,
      "enableFront" : true
    } ],
    "codeName" : "CreateMan",
    "dEFType" : 1,
    "dataType" : "TEXT",
    "importOrder" : 1000,
    "getLNPSLanguageRes" : {
      "lanResTag" : "DEF.LNAME.CREATEMAN",
      "mOSFilePath" : "pslanguageres/Auto859",
      "rTMOSFilePath" : "pslanguageres/Auto859"
    },
    "length" : 60,
    "logicName" : "建立人",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN",
    "name" : "CREATEMAN",
    "getPSCodeList" : {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSCODELISTS/SysOperator.json"
    },
    "predefinedType" : "CREATEMAN",
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEMAN",
    "serviceCodeName" : "CreateMan",
    "stdDataType" : 25,
    "stringLength" : 60,
    "valueFormat" : "%1$s",
    "allowEmpty" : false,
    "systemReserver" : true
  }, {
    "getAllPSDEFDTColumns" : [ {
      "columnName" : "CREATEDATE",
      "dBType" : "MYSQL5",
      "name" : "CREATEDATE",
      "queryCodeExp" : "t1.`CREATEDATE`",
      "standardColumnName" : "`CREATEDATE`"
    } ],
    "getAllPSDEFUIModes" : [ {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE/psdefuimodes/Default",
      "name" : "[CREATEDATE][建立时间]",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.CREATEDATE",
          "mOSFilePath" : "pslanguageres/Auto964",
          "rTMOSFilePath" : "pslanguageres/Auto964"
        },
        "codeName" : "Default",
        "editorType" : "SPAN",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE/psdefformitems/Default",
        "name" : "[CREATEDATE][建立时间]",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE/psdefformitems/Default",
        "uIMode" : "DEFAULT",
        "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
        "allowEmpty" : false
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE/psdefuimodes/Default",
      "type" : "DEFAULT"
    }, {
      "codeName" : "MobileDefault",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE/psdefuimodes/MobileDefault",
      "name" : "[CREATEDATE][建立时间]移动端默认",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.CREATEDATE",
          "mOSFilePath" : "pslanguageres/Auto964",
          "rTMOSFilePath" : "pslanguageres/Auto964"
        },
        "codeName" : "MobileDefault",
        "editorType" : "SPAN",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE/psdefformitems/MobileDefault",
        "name" : "[CREATEDATE][建立时间]移动端默认",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE/psdefformitems/MobileDefault",
        "uIMode" : "MOBILEDEFAULT",
        "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
        "allowEmpty" : false,
        "mobileMode" : true
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE/psdefuimodes/MobileDefault",
      "type" : "MOBILEDEFAULT",
      "mobileMode" : true
    } ],
    "getAllPSDEFValueRules" : [ {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE/psdefvaluerules/Default",
      "name" : "默认规则",
      "getPSDEFVRGroupCondition" : {
        "condOp" : "AND",
        "condType" : "GROUP",
        "name" : "默认组"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE/psdefvaluerules/Default",
      "ruleInfo" : "默认规则",
      "checkDefault" : true,
      "defaultMode" : true,
      "enableBackend" : true,
      "enableFront" : true
    } ],
    "codeName" : "CreateDate",
    "dEFType" : 1,
    "dataType" : "DATETIME",
    "importOrder" : 1000,
    "getLNPSLanguageRes" : {
      "lanResTag" : "DEF.LNAME.CREATEDATE",
      "mOSFilePath" : "pslanguageres/Auto964",
      "rTMOSFilePath" : "pslanguageres/Auto964"
    },
    "length" : 8,
    "logicName" : "建立时间",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE",
    "name" : "CREATEDATE",
    "predefinedType" : "CREATEDATE",
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/CREATEDATE",
    "serviceCodeName" : "CreateDate",
    "stdDataType" : 5,
    "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
    "allowEmpty" : false,
    "systemReserver" : true
  }, {
    "getAllPSDEFDTColumns" : [ {
      "columnName" : "BANKACCOUNTNUM",
      "dBType" : "MYSQL5",
      "name" : "BANKACCOUNTNUM",
      "queryCodeExp" : "t1.`BANKACCOUNTNUM`",
      "standardColumnName" : "`BANKACCOUNTNUM`"
    } ],
    "getAllPSDEFUIModes" : [ {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM/psdefuimodes/Default",
      "name" : "[BANKACCOUNTNUM][开户银行号]",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.BANKACCOUNTNUM",
          "mOSFilePath" : "pslanguageres/Auto213",
          "rTMOSFilePath" : "pslanguageres/Auto213"
        },
        "codeName" : "Default",
        "editorType" : "TEXTBOX",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM/psdefformitems/Default",
        "name" : "[BANKACCOUNTNUM][开户银行号]",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM/psdefformitems/Default",
        "stringLength" : 100,
        "uIMode" : "DEFAULT"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM/psdefuimodes/Default",
      "type" : "DEFAULT"
    }, {
      "codeName" : "MobileDefault",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM/psdefuimodes/MobileDefault",
      "name" : "[BANKACCOUNTNUM][开户银行号]移动端默认",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.BANKACCOUNTNUM",
          "mOSFilePath" : "pslanguageres/Auto213",
          "rTMOSFilePath" : "pslanguageres/Auto213"
        },
        "codeName" : "MobileDefault",
        "editorType" : "MOBTEXT",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM/psdefformitems/MobileDefault",
        "name" : "[BANKACCOUNTNUM][开户银行号]移动端默认",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM/psdefformitems/MobileDefault",
        "stringLength" : 100,
        "uIMode" : "MOBILEDEFAULT",
        "mobileMode" : true
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM/psdefuimodes/MobileDefault",
      "type" : "MOBILEDEFAULT",
      "mobileMode" : true
    } ],
    "getAllPSDEFValueRules" : [ {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM/psdefvaluerules/Default",
      "name" : "默认规则",
      "getPSDEFVRGroupCondition" : {
        "condOp" : "AND",
        "condType" : "GROUP",
        "name" : "默认组",
        "getPSDEFVRConditions" : [ {
          "condType" : "STRINGLENGTH",
          "dEFName" : "BANKACCOUNTNUM",
          "maxValue" : 100,
          "name" : "默认字符串长度",
          "ruleInfo" : "内容长度必须小于等于[100]",
          "includeMaxValue" : true,
          "includeMinValue" : false,
          "keyCond" : true
        } ],
        "ruleInfo" : "内容长度必须小于等于[100]"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM/psdefvaluerules/Default",
      "ruleInfo" : "内容长度必须小于等于[100]",
      "checkDefault" : true,
      "defaultMode" : true,
      "enableBackend" : true,
      "enableFront" : true
    } ],
    "codeName" : "BankAccountNum",
    "dEFType" : 1,
    "dataType" : "TEXT",
    "importOrder" : 1000,
    "getLNPSLanguageRes" : {
      "lanResTag" : "DEF.LNAME.BANKACCOUNTNUM",
      "mOSFilePath" : "pslanguageres/Auto213",
      "rTMOSFilePath" : "pslanguageres/Auto213"
    },
    "length" : 100,
    "logicName" : "开户银行号",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM",
    "name" : "BANKACCOUNTNUM",
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/BANKACCOUNTNUM",
    "serviceCodeName" : "BankAccountNum",
    "stdDataType" : 25,
    "stringLength" : 100,
    "valueFormat" : "%1$s"
  }, {
    "getAllPSDEFDTColumns" : [ {
      "columnName" : "IBIZACCOUNTID",
      "dBType" : "MYSQL5",
      "name" : "IBIZACCOUNTID",
      "queryCodeExp" : "t1.`IBIZACCOUNTID`",
      "standardColumnName" : "`IBIZACCOUNTID`"
    } ],
    "getAllPSDEFSearchModes" : [ {
      "codeName" : "N_IBIZACCOUNTID_EQ",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefsfitems/N_IBIZACCOUNTID_EQ",
      "name" : "N_IBIZACCOUNTID_EQ",
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefsearchmodes/N_IBIZACCOUNTID_EQ",
      "stdDataType" : 25,
      "valueOP" : "EQ"
    } ],
    "getAllPSDEFUIModes" : [ {
      "codeName" : "MobileDefault",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefuimodes/MobileDefault",
      "name" : "[IBIZACCOUNTID][账户标识]移动端默认",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.IBIZACCOUNTID",
          "mOSFilePath" : "pslanguageres/Auto419",
          "rTMOSFilePath" : "pslanguageres/Auto419"
        },
        "codeName" : "MobileDefault",
        "editorType" : "HIDDEN",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefformitems/MobileDefault",
        "name" : "[IBIZACCOUNTID][账户标识]移动端默认",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefformitems/MobileDefault",
        "getRefPSDataEntity" : {
          "modelref" : true,
          "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer.json"
        },
        "stringLength" : 100,
        "uIMode" : "MOBILEDEFAULT",
        "allowEmpty" : false,
        "mobileMode" : true
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefuimodes/MobileDefault",
      "type" : "MOBILEDEFAULT",
      "mobileMode" : true
    }, {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefuimodes/Default",
      "name" : "[IBIZACCOUNTID][账户标识]",
      "getPSDEFFormItem" : {
        "getCapPSLanguageRes" : {
          "lanResTag" : "DEF.LNAME.IBIZACCOUNTID",
          "mOSFilePath" : "pslanguageres/Auto419",
          "rTMOSFilePath" : "pslanguageres/Auto419"
        },
        "codeName" : "Default",
        "editorType" : "HIDDEN",
        "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefformitems/Default",
        "name" : "[IBIZACCOUNTID][账户标识]",
        "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefformitems/Default",
        "getRefPSDataEntity" : {
          "modelref" : true,
          "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer.json"
        },
        "stringLength" : 100,
        "uIMode" : "DEFAULT",
        "allowEmpty" : false
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefuimodes/Default",
      "type" : "DEFAULT"
    } ],
    "getAllPSDEFValueRules" : [ {
      "codeName" : "Default",
      "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefvaluerules/Default",
      "name" : "默认规则",
      "getPSDEFVRGroupCondition" : {
        "condOp" : "AND",
        "condType" : "GROUP",
        "name" : "默认组",
        "getPSDEFVRConditions" : [ {
          "condType" : "STRINGLENGTH",
          "dEFName" : "IBIZACCOUNTID",
          "maxValue" : 100,
          "name" : "默认字符串长度",
          "ruleInfo" : "内容长度必须小于等于[100]",
          "includeMaxValue" : true,
          "includeMinValue" : false,
          "keyCond" : true
        } ],
        "ruleInfo" : "内容长度必须小于等于[100]"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID/psdefvaluerules/Default",
      "ruleInfo" : "内容长度必须小于等于[100]",
      "checkDefault" : true,
      "defaultMode" : true,
      "enableBackend" : true,
      "enableFront" : true
    } ],
    "codeName" : "IBIZAccountId",
    "dEFType" : 1,
    "dataType" : "PICKUP",
    "importOrder" : 1000,
    "getLNPSLanguageRes" : {
      "lanResTag" : "DEF.LNAME.IBIZACCOUNTID",
      "mOSFilePath" : "pslanguageres/Auto419",
      "rTMOSFilePath" : "pslanguageres/Auto419"
    },
    "length" : 100,
    "logicName" : "账户标识",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID",
    "name" : "IBIZACCOUNTID",
    "getPSDER" : {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDERS/DER11_IBIZACCOUNT_IBIZCUSTOMER.json"
    },
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdefields/IBIZACCOUNTID",
    "getRealPSDEField" : {
      "name" : "IBIZCUSTOMERID",
      "codeName" : "IBIZCustomerId"
    },
    "getRealPSDataEntity" : {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer.json"
    },
    "getRelatedPSDEField" : {
      "name" : "IBIZCUSTOMERID",
      "codeName" : "IBIZCustomerId"
    },
    "getRelatedPSDataEntity" : {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer.json"
    },
    "serviceCodeName" : "IBIZAccountId",
    "stdDataType" : 25,
    "stringLength" : 100,
    "valueFormat" : "%1$s",
    "allowEmpty" : false,
    "keyDEField" : true,
    "linkDEField" : true,
    "pasteReset" : true
  } ],
  "getAllPSDEMethodDTOs" : [ {
    "name" : "IBIZAccountDTO",
    "getPSDEMethodDTOFields" : [ {
      "logicName" : "开户银行号",
      "name" : "BankAccountNum",
      "getPSDEField" : {
        "name" : "BANKACCOUNTNUM",
        "codeName" : "BankAccountNum"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdemethoddtos/IBIZAccountDTO/psdemethoddtofields/BankAccountNum",
      "sourceType" : "DEFIELD",
      "stdDataType" : 25,
      "stringLength" : 100,
      "type" : "SIMPLE"
    }, {
      "logicName" : "开户行",
      "name" : "BankName",
      "getPSDEField" : {
        "name" : "BANKNAME",
        "codeName" : "BankName"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdemethoddtos/IBIZAccountDTO/psdemethoddtofields/BankName",
      "sourceType" : "DEFIELD",
      "stdDataType" : 25,
      "stringLength" : 100,
      "type" : "SIMPLE"
    }, {
      "logicName" : "建立时间",
      "name" : "CreateDate",
      "getPSDEField" : {
        "name" : "CREATEDATE",
        "codeName" : "CreateDate"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdemethoddtos/IBIZAccountDTO/psdemethoddtofields/CreateDate",
      "sourceType" : "DEFIELD",
      "stdDataType" : 5,
      "type" : "SIMPLE",
      "allowEmpty" : false,
      "readOnly" : true
    }, {
      "logicName" : "建立人",
      "name" : "CreateMan",
      "getPSDEField" : {
        "name" : "CREATEMAN",
        "codeName" : "CreateMan"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdemethoddtos/IBIZAccountDTO/psdemethoddtofields/CreateMan",
      "sourceType" : "DEFIELD",
      "stdDataType" : 25,
      "stringLength" : 60,
      "type" : "SIMPLE",
      "allowEmpty" : false,
      "readOnly" : true
    }, {
      "logicName" : "账户标识",
      "name" : "IBIZAccountId",
      "getPSDEField" : {
        "name" : "IBIZACCOUNTID",
        "codeName" : "IBIZAccountId"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdemethoddtos/IBIZAccountDTO/psdemethoddtofields/IBIZAccountId",
      "sourceType" : "DEFIELD",
      "stdDataType" : 25,
      "stringLength" : 100,
      "type" : "SIMPLE",
      "allowEmpty" : false
    }, {
      "logicName" : "账户名称",
      "name" : "IBIZAccountName",
      "getPSDEField" : {
        "name" : "IBIZACCOUNTNAME",
        "codeName" : "IBIZAccountName"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdemethoddtos/IBIZAccountDTO/psdemethoddtofields/IBIZAccountName",
      "sourceType" : "DEFIELD",
      "stdDataType" : 25,
      "stringLength" : 200,
      "type" : "SIMPLE"
    }, {
      "logicName" : "更新时间",
      "name" : "UpdateDate",
      "getPSDEField" : {
        "name" : "UPDATEDATE",
        "codeName" : "UpdateDate"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdemethoddtos/IBIZAccountDTO/psdemethoddtofields/UpdateDate",
      "sourceType" : "DEFIELD",
      "stdDataType" : 5,
      "type" : "SIMPLE",
      "allowEmpty" : false,
      "readOnly" : true
    }, {
      "logicName" : "更新人",
      "name" : "UpdateMan",
      "getPSDEField" : {
        "name" : "UPDATEMAN",
        "codeName" : "UpdateMan"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdemethoddtos/IBIZAccountDTO/psdemethoddtofields/UpdateMan",
      "sourceType" : "DEFIELD",
      "stdDataType" : 25,
      "stringLength" : 60,
      "type" : "SIMPLE",
      "allowEmpty" : false,
      "readOnly" : true
    } ],
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdemethoddtos/IBIZAccountDTO",
    "sourceType" : "DE",
    "type" : "DEFAULT",
    "defaultMode" : true
  }, {
    "name" : "IBIZAccountFilterDTO",
    "getPSDEFilterDTOFields" : [ {
      "logicName" : "账户标识",
      "name" : "N_IBIZACCOUNTID_EQ",
      "getPSDEFSearchMode" : {
        "modelref" : true,
        "id" : "N_IBIZACCOUNTID_EQ"
      },
      "getPSDEField" : {
        "name" : "IBIZACCOUNTID",
        "codeName" : "IBIZAccountId"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdemethoddtos/IBIZAccountFilterDTO/psdemethoddtofields/N_IBIZACCOUNTID_EQ",
      "sourceType" : "DEFSEARCHMODE",
      "stdDataType" : 25,
      "stringLength" : 100,
      "type" : "SIMPLE"
    }, {
      "logicName" : "账户名称",
      "name" : "N_IBIZACCOUNTNAME_LIKE",
      "getPSDEFSearchMode" : {
        "modelref" : true,
        "id" : "N_IBIZACCOUNTNAME_LIKE"
      },
      "getPSDEField" : {
        "name" : "IBIZACCOUNTNAME",
        "codeName" : "IBIZAccountName"
      },
      "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdemethoddtos/IBIZAccountFilterDTO/psdemethoddtofields/N_IBIZACCOUNTNAME_LIKE",
      "sourceType" : "DEFSEARCHMODE",
      "stdDataType" : 25,
      "stringLength" : 200,
      "type" : "SIMPLE"
    } ],
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdemethoddtos/IBIZAccountFilterDTO",
    "sourceType" : "DE",
    "type" : "DEFILTER",
    "defaultMode" : true
  } ],
  "getAllPSDEOPPrivs" : [ {
    "logicName" : "建立",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeopprivs/CREATE",
    "name" : "CREATE",
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeopprivs/CREATE"
  }, {
    "logicName" : "删除",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeopprivs/DELETE",
    "name" : "DELETE",
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeopprivs/DELETE"
  }, {
    "logicName" : "读取",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeopprivs/READ",
    "name" : "READ",
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeopprivs/READ"
  }, {
    "logicName" : "更新",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeopprivs/UPDATE",
    "name" : "UPDATE",
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/psdeopprivs/UPDATE"
  } ],
  "getAllPSModelDatas" : [ {
    "codeName" : "MPickupView",
    "logicName" : "账户实体数据多项选择视图",
    "mOSFilePath" : "psmodeldata$psdataentities/MPickupView",
    "modelTag" : "MPICKUPVIEW",
    "name" : "账户实体数据多项选择视图",
    "rTMOSFilePath" : "psmodeldata$psdataentities/MPickupView",
    "realModelSubType" : "DEMPICKUPVIEW",
    "realModelType" : "PSDEVIEWBASE"
  }, {
    "codeName" : "PickupView",
    "logicName" : "账户实体数据选择视图",
    "mOSFilePath" : "psmodeldata$psdataentities/PickupView",
    "modelTag" : "PICKUPVIEW",
    "name" : "账户实体数据选择视图",
    "rTMOSFilePath" : "psmodeldata$psdataentities/PickupView",
    "realModelSubType" : "DEPICKUPVIEW",
    "realModelType" : "PSDEVIEWBASE"
  }, {
    "codeName" : "EditView2",
    "logicName" : "账户实体编辑视图(左右关系)",
    "mOSFilePath" : "psmodeldata$psdataentities/EditView2",
    "name" : "账户实体编辑视图(左右关系)",
    "rTMOSFilePath" : "psmodeldata$psdataentities/EditView2",
    "realModelSubType" : "DEEDITVIEW2",
    "realModelType" : "PSDEVIEWBASE"
  }, {
    "codeName" : "GridView9",
    "logicName" : "账户实体表格视图(嵌入)",
    "mOSFilePath" : "psmodeldata$psdataentities/GridView9",
    "name" : "账户实体表格视图(嵌入)",
    "rTMOSFilePath" : "psmodeldata$psdataentities/GridView9",
    "realModelSubType" : "DEGRIDVIEW9",
    "realModelType" : "PSDEVIEWBASE"
  }, {
    "codeName" : "PickupGridView",
    "logicName" : "账户实体选择表格视图",
    "mOSFilePath" : "psmodeldata$psdataentities/PickupGridView",
    "name" : "账户实体选择表格视图",
    "rTMOSFilePath" : "psmodeldata$psdataentities/PickupGridView",
    "realModelSubType" : "DEPICKUPGRIDVIEW",
    "realModelType" : "PSDEVIEWBASE"
  }, {
    "codeName" : "EditView",
    "logicName" : "账户实体编辑视图",
    "mOSFilePath" : "psmodeldata$psdataentities/EditView",
    "name" : "账户实体编辑视图",
    "rTMOSFilePath" : "psmodeldata$psdataentities/EditView",
    "realModelSubType" : "DEEDITVIEW",
    "realModelType" : "PSDEVIEWBASE"
  }, {
    "codeName" : "RedirectView",
    "logicName" : "账户实体数据重定向视图",
    "mOSFilePath" : "psmodeldata$psdataentities/RedirectView",
    "modelTag" : "REDIRECTVIEW",
    "name" : "账户实体数据重定向视图",
    "rTMOSFilePath" : "psmodeldata$psdataentities/RedirectView",
    "realModelSubType" : "DEREDIRECTVIEW",
    "realModelType" : "PSDEVIEWBASE"
  }, {
    "codeName" : "GridView",
    "logicName" : "账户实体表格视图",
    "mOSFilePath" : "psmodeldata$psdataentities/GridView",
    "modelTag" : "MDATAVIEW",
    "name" : "账户实体表格视图",
    "rTMOSFilePath" : "psmodeldata$psdataentities/GridView",
    "realModelSubType" : "DEGRIDVIEW",
    "realModelType" : "PSDEVIEWBASE"
  }, {
    "codeName" : "Main",
    "logicName" : "主编辑表单",
    "mOSFilePath" : "psmodeldata$psdataentities/Main",
    "modelTag2" : "0",
    "name" : "主编辑表单",
    "rTMOSFilePath" : "psmodeldata$psdataentities/Main",
    "realModelSubType" : "EDITFORM",
    "realModelType" : "PSDEFORM"
  } ],
  "codeName" : "IBIZAccount",
  "dEType" : 1,
  "dSLink" : "DEFAULT",
  "dataAccCtrlArch" : 1,
  "dataAccCtrlMode" : 1,
  "dataChangeLogMode" : 0,
  "dataImpExpMode" : 3,
  "getDefaultPSDEDataQuery" : {
    "modelref" : true,
    "id" : "Default"
  },
  "getDefaultPSDEDataSet" : {
    "modelref" : true,
    "id" : "Default"
  },
  "getDefaultPSDEFilterDTO" : {
    "modelref" : true,
    "id" : "IBIZAccountFilterDTO"
  },
  "getDefaultPSDEMethodDTO" : {
    "modelref" : true,
    "id" : "IBIZAccountDTO"
  },
  "dynaInstMode" : 0,
  "dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount.json",
  "enableActions" : 7,
  "enableUIActions" : 15,
  "enableViewLevel" : 0,
  "extendMode" : 0,
  "getKeyPSDEField" : {
    "name" : "IBIZACCOUNTID",
    "codeName" : "IBIZAccountId"
  },
  "getLNPSLanguageRes" : {
    "lanResTag" : "DE.LNAME.IBIZACCOUNT",
    "mOSFilePath" : "pslanguageres/Auto1247",
    "rTMOSFilePath" : "pslanguageres/Auto1247"
  },
  "logicName" : "账户",
  "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT",
  "getMajorPSDEField" : {
    "name" : "IBIZACCOUNTNAME",
    "codeName" : "IBIZAccountName"
  },
  "getMajorPSDERs" : [ {
    "codeName" : "IBIZAccount",
    "dERType" : "DERMULINH",
    "dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomerMG/PSDERS/DERMULINH_IBIZCUSTOMERMG_IBIZACCOUNT.json",
    "inheritMode" : 1,
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMERMG/minorpsders/DERMULINH_IBIZCUSTOMERMG_IBIZACCOUNT",
    "getMajorPSDataEntity" : {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount.json"
    },
    "getMinorPSDataEntity" : {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomerMG.json"
    },
    "name" : "DERMULINH_IBIZCUSTOMERMG_IBIZACCOUNT",
    "orderValue" : 100,
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZCUSTOMERMG/minorpsders/DERMULINH_IBIZCUSTOMERMG_IBIZACCOUNT",
    "inherit" : true,
    "storageInherit" : true
  } ],
  "getMinorPSDERs" : [ {
    "codeName" : "IBIZCUSTOMER",
    "dERType" : "DER11",
    "dynaModelFilePath" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount/PSDERS/DER11_IBIZACCOUNT_IBIZCUSTOMER.json",
    "fKeyName" : "F3361CE64C0895B528",
    "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/minorpsders/DER11_IBIZACCOUNT_IBIZCUSTOMER",
    "getMajorPSDataEntity" : {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZCustomer.json"
    },
    "masterOrder" : -1,
    "masterRS" : 0,
    "getMinorPSDataEntity" : {
      "modelref" : true,
      "path" : "PSMODULES/Sample/PSDATAENTITIES/IBIZAccount.json"
    },
    "name" : "DER11_IBIZACCOUNT_IBIZCUSTOMER",
    "orderValue" : 100,
    "getPSPickupDEField" : {
      "name" : "IBIZACCOUNTID",
      "codeName" : "IBIZAccountId"
    },
    "pickupDEFName" : "IBIZACCOUNTID",
    "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT/minorpsders/DER11_IBIZACCOUNT_IBIZCUSTOMER",
    "removeActionType" : 1,
    "removeOrder" : 0,
    "enableFKey" : true
  } ],
  "name" : "IBIZACCOUNT",
  "getPSSystemModule" : {
    "modelref" : true,
    "path" : "PSMODULES/Sample.json"
  },
  "rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZACCOUNT",
  "saaSMode" : 0,
  "serviceAPIMode" : 1,
  "serviceCodeName" : "IBIZAccount",
  "storageMode" : 1,
  "systemTag" : "DemoSys",
  "tableName" : "T_IBIZACCOUNT",
  "view2Name" : "V2_IBIZACCOUNT",
  "view3Name" : "V3_IBIZACCOUNT",
  "view4Name" : "V4_IBIZACCOUNT",
  "viewName" : "V_IBIZACCOUNT",
  "enableAPIStorage" : false,
  "enableCreate" : true,
  "enableDataVer" : false,
  "enableEntityCache" : false,
  "enableModify" : true,
  "enableMultiDS" : false,
  "enableMultiForm" : false,
  "enableMultiStorage" : false,
  "enableNoSQLStorage" : false,
  "enableRemove" : true,
  "enableSQLStorage" : true,
  "logicValid" : false,
  "subSysAsCloud" : false
}