GrpcPrint/PrintC/global.h

9 lines
230 B
C
Raw Normal View History

2024-04-01 18:26:14 +08:00
#pragma once
#include "stdafx.h"
2024-04-02 17:45:03 +08:00
#include "config/bean/SystemBase.h"
2024-04-01 18:26:14 +08:00
extern std::string g_AppPath;
extern std::string g_AppDisk;
extern bool g_isDebug;
extern uint32_t g_ScanSerial;
extern string g_gno;
2024-04-02 17:45:03 +08:00
extern UserType g_Admin;