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