This commit is contained in:
CortexCore 2024-05-04 18:07:33 +08:00
parent d87cff8bd5
commit bec4e7bf91
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- `88.123.99@Product-1.0.0`
### 如何使其成为模板类?
```csharp
IDIS_Model model = new MyModel();
var template = model.AsTemplate();
```
### 如何根据该类注册标识?