Commit c937b192 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update

parent facf42cd
......@@ -23,6 +23,6 @@ type Task struct {
Value string `gorm:"type:varchar(255);not null;comment:金额"`
Calldata string `gorm:"type:varchar(2048);not null;comment:参数"`
TxHash string `gorm:"type:varchar(255);not null;comment:交易hash"`
TxStatus int `gorm:"type:int;not null:comment:交易状态"`
TxStatus int `gorm:"type:int;not null;comment:交易状态"`
gorm.Model
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment