18 lines
298 B
C#
18 lines
298 B
C#
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
|
|
{
|
|
|
|
}
|
|
}
|