This commit is contained in:
2025-08-23 16:57:16 +08:00
parent de4a33e00e
commit f5a30d8468
25 changed files with 381 additions and 397 deletions

View File

@@ -6,12 +6,12 @@ using System;
namespace MyCode.Project.Services.Implementation
{
public class ZhuBinService : ServiceBase //, IZhuBinService
public class PrdOrderService : ServiceBase //, IZhuBinService
{
private IYTKJTShopParameterRepository _yTKJTShopParameterRepository;
public ZhuBinService(IYTKJTShopParameterRepository yTKJTShopParameterRepository)
public PrdOrderService(IYTKJTShopParameterRepository yTKJTShopParameterRepository)
{
_yTKJTShopParameterRepository = yTKJTShopParameterRepository;
}