mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-05 07:56:50 +08:00
Standardization
This commit is contained in:
@@ -12,3 +12,7 @@ type Push struct {
|
||||
func (*Push) TableName() string {
|
||||
return "push"
|
||||
}
|
||||
|
||||
type PushIdReq struct {
|
||||
Id int `form:"id"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user