20240416 资料收发文登记记录导入
This commit is contained in:
@@ -21,6 +21,17 @@ namespace BLL
|
||||
return Funs.DB.Comprehensive_DataReceivingDoc.FirstOrDefault(e => e.DataReceivingDocId == dataReceivingDocId);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 根据编号和名称获取资料收发文登记记录
|
||||
/// </summary>
|
||||
/// <param name="fileCode"></param>
|
||||
/// <param name="fileName"></param>
|
||||
/// <returns></returns>
|
||||
public static Model.Comprehensive_DataReceivingDoc GetDataReceivingDocByCodeAndName(string fileCode, string fileName)
|
||||
{
|
||||
return Funs.DB.Comprehensive_DataReceivingDoc.FirstOrDefault(e => e.FileCode == fileCode && e.FileName == fileName);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 添加资料收发文登记记录
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user