251029
This commit is contained in:
17
FATrace.WPLApp/Services/DataServices.cs
Normal file
17
FATrace.WPLApp/Services/DataServices.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FATrace.WPLApp.Services
|
||||
{
|
||||
/// <summary>
|
||||
/// 数据服务
|
||||
/// 产线PLC数据交互的服务
|
||||
/// </summary>
|
||||
public class DataServices
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user