Browse Source

修改客户退货

dev_DY_CC
郑勃旭 4 months ago
parent
commit
5548d6df57
  1. 2
      be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/CustomerProductionReturnNotes/CustomerProductionReturnNoteAppService.cs

2
be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/CustomerProductionReturnNotes/CustomerProductionReturnNoteAppService.cs

@ -35,7 +35,7 @@ public class CustomerProductionReturnNoteAppService :
private readonly ISalePriceSheetAppService _salePriceSheetAppService;
public CustomerProductionReturnNoteAppService(
ICustomerProductionReturnNoteRepository repository
ICustomerProductionReturnNoteRepository repository
, ICustomerProductionReturnNoteManager CustomerProductionReturnNoteManager
, ICustomerItemAppService customerItemAppService,
ISalePriceSheetAppService salePriceSheetAppService,

Loading…
Cancel
Save