Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:35 +08:00
commit 2448fbf2fb
25 changed files with 2940 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace {{PROJECT_NAMESPACE}}.Modules.Contracts.{{ModuleName}};
public static class {{ModuleName}}Constants
{
public const string ModuleId = "{{modulename}}";
//// TODO: Add direct method name constants here
//// public const string DirectMethodExampleMethod = "ExampleMethod";
}