|
12345678910111213141516 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace BPASmart.Model
- {
- public enum ESiemensPlcType
- {
- S1200,
- S1500,
- S300_400,
- S200_Smart
- }
- }
|