Skip to content

Commit c300171

Browse files
author
linzhijun
committed
修改 README
1 parent aa7eeb7 commit c300171

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README-EN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ToolGood.Algorithm supports `Four arithmetic`, `Excel formula`, and supports `Cu
1414

1515
4)The report is exported, the data source uses the stored procedure, and the algorithm is set in the Word document. Example https://github.com/toolgood/ToolGood.WordTemplate
1616

17+
5) Rule engines, such as: https://github.com/toolgood/ToolGood.FlowVision
18+
1719

1820
## Quick start
1921
``` csharp

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ ToolGood.Algorithm支持`四则运算`、`Excel公式`,并支持`自定义参数
1313

1414
3)财务数据、统计数据之中的算法,(注:本项目使用`double`类型,建议使用``为单位);
1515

16-
1716
4)报表导出,数据来源使用存储过程,Word文档内设置算法。例 https://github.com/toolgood/ToolGood.WordTemplate
1817

18+
5) 规则引擎,如:https://github.com/toolgood/ToolGood.FlowVision
19+
1920
## 快速上手
2021
``` csharp
2122
AlgorithmEngine engine = new AlgorithmEngine();

0 commit comments

Comments
 (0)