This commit is contained in:
yanweidong
2026-02-08 22:59:08 +08:00
parent acd92b4eab
commit 8a6b129ba6

View File

@@ -0,0 +1,11 @@
package models
type MockPosition struct {
gorm.Model
Code string
OpenPrice float64
ClosePrice float64
Pnl float64
PnlRate float64
Status int
}