字典处理

This commit is contained in:
he
2022-04-26 17:36:32 +08:00
parent 8f6830ea8d
commit 0c0a82d8e1
11 changed files with 291 additions and 181 deletions
@@ -82,6 +82,13 @@ namespace IRaCIS.Core.API.Controllers
this._dataInspectionRepository = dataInspectionRepository;
}
//[HttpPost, Route("Inspection/Test")]
//public async Task Test(string Table, string ForeignKeyValue, string ForeignKeyText, string value)
//{
// string a= await _dataInspectionRepository.GetDictionaryValue(Table, ForeignKeyValue, ForeignKeyText, value);
//}
#region
/// <summary>