private void AddDocument(Funcation CurrentModel) { if (!string.IsNullOrWhiteSpace(CurrentModel.FunctionKey)) { //如果旧版本名称与新版本不一样,用‘,’分开 var typeFullNames = CurrentModel.FunctionKey.Split(','); foreach (var typeFullName in typeFullNames) { var type = R…