Create & Init Project...
This commit is contained in:
7
app/interface/main/creative/model/lottery/lottery.go
Normal file
7
app/interface/main/creative/model/lottery/lottery.go
Normal file
@ -0,0 +1,7 @@
|
||||
package lottery
|
||||
|
||||
//Notice str
|
||||
type Notice struct {
|
||||
BizID int64 `json:"business_id"`
|
||||
Status int `json:"status"`
|
||||
}
|
Reference in New Issue
Block a user