储能工商业-261Kwh-功率计划曲线App
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.

ES.h 249B

1234567891011121314151617181920
  1. /*
  2. * ES.h
  3. *
  4. * Created on: 2020年9月14日
  5. * Author: vsbes
  6. */
  7. #ifndef MODELS_DEVICES_ES_H_
  8. #define MODELS_DEVICES_ES_H_
  9. #include "Device.h"
  10. class ES: public Device
  11. {
  12. public:
  13. ES();
  14. virtual ~ES();
  15. };
  16. #endif /* MODELS_DEVICES_ES_H_ */