Browse Source

update

Branch_JinYang
shiqian.wang 1 year ago
parent
commit
77d2130d14
  1. 4
      src/aspnet-core/ICS.Application/Business/Service/工厂建模/IcsRes/IcsResAppService.cs

4
src/aspnet-core/ICS.Application/Business/Service/工厂建模/IcsRes/IcsResAppService.cs

@ -50,8 +50,8 @@ namespace ICS.Application.Business.Service
, IRepository<IcsMachineCell, long> mcRepository
, IRepository<IcsCrew, long> crewRepository
, IRepository<IcsDct, long> dctRepository
, IRepository<IcsRes, long> repository
, IRepository<IcsOp2Res, long> Op2ResRepository)
, IRepository<IcsOp2Res, long> Op2ResRepository
, IRepository<IcsShiftType, long> shiftTypeRepository
, IRepository<IcsRes, long> repository)
{

Loading…
Cancel
Save