using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FATrace.WPLApp.Services { /// /// 数据服务 /// 产线PLC数据交互的服务 /// public class DataServices { } }