1
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using DOAN.Model.BZFM.Dto;
|
||||
using DOAN.Model.BZFM;
|
||||
using DOAN.Service.BZFM.IBZFMService;
|
||||
|
||||
using DOAN.Admin.WebApi.Filters;
|
||||
using DOAN.Model.MES.product;
|
||||
using DOAN.Service.MES.product.IService;
|
||||
using Infrastructure.Converter;
|
||||
|
||||
//创建时间:2024-12-03
|
||||
namespace DOAN.Admin.WebApi.Controllers.BZFM
|
||||
namespace DOAN.Admin.WebApi.Controllers
|
||||
{
|
||||
/// <summary>
|
||||
/// 报工
|
||||
|
||||
@@ -2,7 +2,7 @@ using DOAN.Model.BZFM.Dto;
|
||||
using DOAN.Model.BZFM;
|
||||
using DOAN.Model.MES.product;
|
||||
|
||||
namespace DOAN.Service.BZFM.IBZFMService
|
||||
namespace DOAN.Service.MES.product.IService
|
||||
{
|
||||
/// <summary>
|
||||
/// 报工service接口
|
||||
|
||||
@@ -4,9 +4,10 @@ using DOAN.Model.BZFM.Dto;
|
||||
using DOAN.Model.BZFM;
|
||||
using DOAN.Model.MES.product;
|
||||
using DOAN.Repository;
|
||||
using DOAN.Service.BZFM.IBZFMService;
|
||||
using DOAN.Service.MES.product.IService;
|
||||
|
||||
namespace DOAN.Service.BZFM
|
||||
|
||||
namespace DOAN.Service.MES.product
|
||||
{
|
||||
/// <summary>
|
||||
/// 报工Service业务层处理
|
||||
|
||||
Reference in New Issue
Block a user