/* * ES.h * * Created on: 2020年9月14日 * Author: vsbes */ #ifndef MODELS_DEVICES_ES_H_ #define MODELS_DEVICES_ES_H_ #include "Device.h" class ES: public Device { public: ES(); virtual ~ES(); }; #endif /* MODELS_DEVICES_ES_H_ */