CustomerJobConfig.cs 317 B

1234567891011121314151617
  1. using SCADA.CommonLib;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace SCADA_DAQ.Customer.Jobs
  8. {
  9. /// <summary>
  10. /// 自定义任务配置值
  11. /// </summary>
  12. public class CustomerJobConfig:ObservableObject
  13. {
  14. }
  15. }