This commit is contained in:
2024-07-01 17:19:17 +08:00
parent fd42810269
commit e4fc54c9a5
3 changed files with 110 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ namespace Tnb.ProductionMgr
[ServiceModule(BizTypeId)]
public class PrdMaterialReceiptService : BaseWareHouseService,IPrdMaterialReceiptService, IDynamicApiController, ITransient
{
private const string BizTypeId = "FloorCallMaterial34354738929685";
private const string BizTypeId = "FloorCallMaterial";
private readonly ISqlSugarRepository<PrdMaterialReceiptH> _repository;
private readonly IUserManager _userManager;
private readonly IOrganizeService _organizeService;