Merge pull request 'main' (#16) from main into feature-nxdev

Reviewed-on: #16
This commit is contained in:
西街长安 2025-10-30 14:47:00 +08:00
commit 76619c7785

View File

@ -67,3 +67,7 @@ public WeatherForecastController(IDemo demo)
```
3. 在 Controller 方法中使用 `_demo` 调用业务逻辑方法。
## 4. 模型类字段使用规范
### 4.1 类中状态相关字段例如Status返回值为sbyte。若类中有同名字段+后缀Enum则优先使用后者,StatusEnum。