// // Created by #Suyghur, on 2021/4/20. // #ifndef DOLIN_TIME_KIT_H #define DOLIN_TIME_KIT_H #include <string> class TimeKit { public: static std::string GetDate(); }; #endif //DOLIN_TIME_KIT_H