修改了background代码!!!!import 修改了库存日志数据库,前端修改,添加库存日志导出功能
This commit is contained in:
@@ -17,6 +17,11 @@ namespace DOAN.Service.PBL.IService
|
||||
Inventorylog AddInventorylog(Inventorylog parm);
|
||||
int UpdateInventorylog(Inventorylog parm);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 导出日志信息
|
||||
/// </summary>
|
||||
/// <param name="model"></param>
|
||||
/// <returns></returns>
|
||||
public List<Inventorylog> ExportInventorylog(InventorylogExportDto model);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,6 +16,11 @@ namespace DOAN.Service.PBL.IService
|
||||
Storagelocation AddStoragelocation(Storagelocation parm);
|
||||
int UpdateStoragelocation(Storagelocation parm);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 获取零件号库存
|
||||
/// </summary>
|
||||
/// <param name="parm"></param>
|
||||
/// <returns></returns>
|
||||
List<StoragelocationPartNumberGroupDto> GetPartNumberList();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user