Files
shgx_tz_mes_backend_sync/ZR.Service/mes/qu/QuRoughService.cs
2023-11-21 19:01:41 +08:00

18 lines
337 B
C#

using Infrastructure.Attribute;
using Microsoft.Extensions.DependencyInjection;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ZR.Model.MES.qu;
namespace ZR.Service.mes.qu
{
public class QuRoughService
{
}
}