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:
@@ -45,3 +45,7 @@ type TaskVo struct {
|
||||
StartTime time.Time `json:"startTime"`
|
||||
Running bool `json:"running"`
|
||||
}
|
||||
|
||||
type TaskIdReq struct {
|
||||
Id int `form:"id"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user