大屏·
This commit is contained in:
parent
752790f5c6
commit
e11cbd080d
@ -0,0 +1,6 @@
|
||||
namespace DOAN.Admin.WebApi.Controllers.MES.SmartScreen.Material
|
||||
{
|
||||
public class MaterialController
|
||||
{
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,6 @@
|
||||
namespace DOAN.Admin.WebApi.Controllers.MES.SmartScreen.Order
|
||||
{
|
||||
public class OrderController
|
||||
{
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,6 @@
|
||||
namespace DOAN.Admin.WebApi.Controllers.MES.SmartScreen.People
|
||||
{
|
||||
public class PeopleController
|
||||
{
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,6 @@
|
||||
namespace DOAN.Admin.WebApi.Controllers.MES.SmartScreen.Quality
|
||||
{
|
||||
public class QualityController
|
||||
{
|
||||
}
|
||||
}
|
||||
12
DOAN.Model/MES/SmartScreen/Material/Material.cs
Normal file
12
DOAN.Model/MES/SmartScreen/Material/Material.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DOAN.Model.MES.SmartScreen.Material
|
||||
{
|
||||
internal class Material
|
||||
{
|
||||
}
|
||||
}
|
||||
12
DOAN.Model/MES/SmartScreen/Order/Order.cs
Normal file
12
DOAN.Model/MES/SmartScreen/Order/Order.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DOAN.Model.MES.SmartScreen.Order
|
||||
{
|
||||
internal class Order
|
||||
{
|
||||
}
|
||||
}
|
||||
12
DOAN.Model/MES/SmartScreen/People/People.cs
Normal file
12
DOAN.Model/MES/SmartScreen/People/People.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DOAN.Model.MES.SmartScreen.People
|
||||
{
|
||||
internal class People
|
||||
{
|
||||
}
|
||||
}
|
||||
12
DOAN.Model/MES/SmartScreen/Quality/Quality.cs
Normal file
12
DOAN.Model/MES/SmartScreen/Quality/Quality.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DOAN.Model.MES.SmartScreen.Quality
|
||||
{
|
||||
internal class Quality
|
||||
{
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DOAN.Service.MES.SmartScreen.Material.IService
|
||||
{
|
||||
internal class IMaterialService
|
||||
{
|
||||
}
|
||||
}
|
||||
12
DOAN.Service/MES/SmartScreen/Order/IService/IOrderService.cs
Normal file
12
DOAN.Service/MES/SmartScreen/Order/IService/IOrderService.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DOAN.Service.MES.SmartScreen.Order.IService
|
||||
{
|
||||
internal class IOrderService
|
||||
{
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DOAN.Service.MES.SmartScreen.People.IService
|
||||
{
|
||||
internal class IPeopleService
|
||||
{
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DOAN.Service.MES.SmartScreen.Quality.IService
|
||||
{
|
||||
internal class IQualityService
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user