1234567891011121314151617 |
- using SCADA.CommonLib;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace SCADA_DAQ.Customer.Jobs
- {
- /// <summary>
- /// 自定义任务配置值
- /// </summary>
- public class CustomerJobConfig:ObservableObject
- {
- }
- }
|