11
This commit is contained in:
@@ -14,18 +14,18 @@ namespace MyCode.Project.Services
|
||||
/// </summary>
|
||||
/// <param name="now"></param>
|
||||
/// <returns></returns>
|
||||
void TaskSendInventoryMovement(DateTime now);
|
||||
void TaskSendInventoryMovement(string sheet);
|
||||
|
||||
/// <summary>
|
||||
/// 推送入库申请
|
||||
/// </summary>
|
||||
/// <param name="now"></param>
|
||||
void SendInStock(DateTime now);
|
||||
void SendInStock(string sheet);
|
||||
|
||||
/// <summary>
|
||||
/// 推送出库申请
|
||||
/// </summary>
|
||||
/// <param name="now"></param>
|
||||
void SendOutStock(DateTime now);
|
||||
void SendOutStock(string sheet);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user