Create & Init Project...
This commit is contained in:
9
app/admin/main/up/model/command_arg.go
Normal file
9
app/admin/main/up/model/command_arg.go
Normal file
@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
//CommandCommonArg common arg for command
|
||||
type CommandCommonArg struct {
|
||||
}
|
||||
|
||||
//CommandCommonResult common result for command
|
||||
type CommandCommonResult struct {
|
||||
}
|
Reference in New Issue
Block a user