This commit is contained in:
tongfei
2023-11-07 11:10:33 +08:00
11 changed files with 181 additions and 20 deletions

View File

@@ -23,6 +23,6 @@ namespace WMS.Web.Domain.IService
//盘盈
Task<Result> Profit(TakeStock entity);
//盘亏
Task<Result> Loss(TakeStock entity);
Task<Result> Loss_Profit(TakeStock entity);
}
}