| | |
| | | [DisallowConcurrentExecution] |
| | | public class AutoTaskJob : JobBase, IJob |
| | | { |
| | | LocationCreation Creation = new LocationCreation(); |
| | | /// <summary> |
| | | /// 鑷姩浠诲姟 |
| | | /// </summary> |
| | | Createplcinfodetail Creation = new Createplcinfodetail(); |
| | | public Task Execute(IJobExecutionContext context) |
| | | { |
| | | try |
| | |
| | | private void DoAction(IJobExecutionContext context) |
| | | { |
| | | //throw new NotImplementedException(); |
| | | Creation.HCJCreation(); |
| | | //Creation.HCJCreation(); |
| | | //Creation.PLCinfodetail(); |
| | | //ReplaceTray.a(); |
| | | StationTask.CreateTask(); |
| | | OutboundTask.CreateOutboundTask(); |
| | | ReplaceTray.ReplaceTrayTask(); |
| | | RestockHCJ.HCJGetBarcode(); |
| | | } |
| | | } |
| | | } |