dgns_gtgktype.h 278 B

123456789101112131415
  1. //
  2. // Created by anna on 2020/11/13.
  3. //
  4. #ifndef GTCVR_DGNS_GTGKTYPE_H
  5. #define GTCVR_DGNS_GTGKTYPE_H
  6. class dgns_gtgktype {
  7. public:
  8. int id;
  9. std::string gkname;
  10. std::string dec;
  11. std::string modbustranscode;
  12. std::string remark;
  13. };
  14. #endif //GTCVR_DGNS_GTGKTYPE_H