#0018 对中间件新增CLMS认证

This commit is contained in:
zhengxuan.zhang
2025-02-17 13:19:56 +08:00
parent 5b41557900
commit 12b139bbb1
9 changed files with 155 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef CLMS_H_INCLUDED_
#define CLMS_H_INCLUDED_
BOOL CheckLicense();
#endif