字典处理
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user