生产管理-生产工单排产代码调整
This commit is contained in:
@@ -31,4 +31,11 @@ public interface IDictionaryDataService
|
||||
/// <param name="key"></param>
|
||||
/// <returns></returns>
|
||||
Task<Dictionary<string, object>> GetDicByKey(string key);
|
||||
|
||||
/// <summary>
|
||||
/// 根据typeId获取字典
|
||||
/// </summary>
|
||||
/// <param name="typeId"></param>
|
||||
/// <returns></returns>
|
||||
Task<Dictionary<string, object>> GetDicByTypeId(string typeId);
|
||||
}
|
||||
Reference in New Issue
Block a user