// // Created by anna on 2020/11/13. // #ifndef GTCVR_DGNS_GTGKTYPE_H #define GTCVR_DGNS_GTGKTYPE_H class dgns_gtgktype { public: int id; std::string gkname; std::string dec; std::string modbustranscode; std::string remark; }; #endif //GTCVR_DGNS_GTGKTYPE_H