File was renamed from src/main/java/com/whyc/pojo/MotorSystem.java |
| | |
| | | import org.apache.ibatis.type.Alias; |
| | | |
| | | /** |
| | | * Motor系统 |
| | | * Motor系统几大系统设备信息: |
| | | * 1.集中监控系统-sysId:100001,devId:100x : |
| | | * 1001:5000kVA进线屏 |
| | | * 1002:5000kVA出线屏 |
| | | * 1003:1号3200kVA出线屏 |
| | | * 1004:2号3200kVA出线屏 |
| | | * 1005:直流主配电板 |
| | | * 2.AEF变频器-sysId:100002,devId:200x : |
| | | * 2001:整流与测控系统 |
| | | * 2002:逆变与测控系统 |
| | | * 3.4MW大功率整流电源-sysId:100003,devId:300x : |
| | | * 3001:1号4MW大功率整流电源 |
| | | * 4.试验台润滑冷却系统-sysId:100004,devId:400x : |
| | | * 4001:油站通讯 |
| | | * 4002:水站通讯 |
| | | * 4003:ups通讯 |
| | | */ |
| | | @Alias("System") |
| | | @TableName( schema = "`db_3.5mw_motor`",value = "tb_3.5mw_motor_inf") |
| | | public class MotorSystem { |
| | | public class MotorSystemInf { |
| | | |
| | | private Long num; |
| | | private Integer sysId; //系统id |