fix bug
This commit is contained in:
11
internal/models/mock_position.go
Normal file
11
internal/models/mock_position.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
type MockPosition struct {
|
||||
gorm.Model
|
||||
Code string
|
||||
OpenPrice float64
|
||||
ClosePrice float64
|
||||
Pnl float64
|
||||
PnlRate float64
|
||||
Status int
|
||||
}
|
||||
Reference in New Issue
Block a user