初始化序列号

This commit is contained in:
13038267101 2023-01-05 17:49:56 +08:00
parent 51532aa55d
commit 05876d568a
1 changed files with 1 additions and 0 deletions

View File

@ -515,6 +515,7 @@ public:
void init_test_map_()
{
test_map_[WRITE_CFG_NAME] = &test::set_init_cfg;
test_map_[HGPDTTOOLDB_NAME_SET_JSON_SN] = &test::test_set_json_serial_num;
test_map_[HGPDTTOOLDB_NAME_CLEAR_PAPER_PATH] = &test::tset_clear_paper_path;
test_map_[HGPDTTOOLDB_NAME_KEY_FUNCTION] = &test::test_key_funtion;
test_map_[HGPDTTOOLDB_NAME_COUNTING_MODE] = &test::test_count_mode;