广汽安道拓Acura项目MES后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
362 B

3 years ago
  1. package schedule
  2. // 用于定义订单和设备等的触发事件
  3. type EventSrv struct {
  4. TriggerService string
  5. TriggerEvent string
  6. TriggerObjectId string
  7. TriggerSubObjectId string
  8. OutputEvent string
  9. OutputEventMsgId string
  10. OutputObjectId string
  11. OutputSubObjectId string
  12. Remark1 string
  13. Remark2 string
  14. }