管理运营

This commit is contained in:
DESKTOP-H2PAFLR\Administrator
2023-10-11 16:56:25 +08:00
parent 30a7502701
commit 39b86ccdf0
13 changed files with 908 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ZR.Model.MES.op.DTO;
using ZR.Model.MES.op.ZR.Model.mes.md;
namespace ZR.Service.MES.op.IService
{
public interface IOperationService
{
public List<OpStatisticsDTO> GetAllData(string workshopID);
}
}