diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index d3787cbc9..9629d60bb 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -12677,6 +12677,8 @@
minimal api 测试
+ 学习参考文档:http://fanrk.cn/%E6%8A%80%E6%9C%AF%E6%96%87%E6%A1%A3/MinimalApi/MinimalApi.html
+ 组件参考文档:https://docs.masastack.com/framework/building-blocks/minimal-apis#section-69828ff0
diff --git a/IRaCIS.Core.Infra.EFCore/CodeFirst使用说明 b/IRaCIS.Core.Infra.EFCore/CodeFirst使用说明
index f00ddbdc4..9471d9f9c 100644
--- a/IRaCIS.Core.Infra.EFCore/CodeFirst使用说明
+++ b/IRaCIS.Core.Infra.EFCore/CodeFirst使用说明
@@ -3,7 +3,7 @@
1Ǩļ(add-migration init -Project IRaCIS.Core.Infra.EFCore )
- add-migration init
+ add-migration xxx
2ƳɵǨļ
@@ -22,6 +22,13 @@
Script-Migration from to
+ַ Ĭϳ400Ҫע
+ [StringLength(1000)] 1000
+ [MaxLength] ԶΪ nvarchar(max)
+decimal
+ Ĭǣ [DecimalPrecision(18, 2)]
+Ŀñ磺 [DecimalPrecision(18, 4)]
+
# ʹdotnet Ǩ(dotnet ef dbcontext list -p IRaCIS.Core.Infra.EFCore )