This commit is contained in:
2026-02-19 14:33:22 +08:00
parent 3090a60cf8
commit 5340b07795
9 changed files with 57 additions and 71 deletions

View File

@@ -10,7 +10,7 @@ import (
)
var (
MinRoe float64 = 0
MinRoe float64 = 5
)
func (r *RuleFactory) RunRoe(code string) {

View File

@@ -11,7 +11,7 @@ import (
)
var (
offset = 0 // 偏移量
offset = 1 // 偏移量
)
type StockArgConf struct {