This commit is contained in:
@@ -53,7 +53,7 @@ func (s *BaseSysDepartmentService) Order(ctx g.Ctx) (err error) {
|
||||
type item struct {
|
||||
Id uint32 `json:"id"`
|
||||
ParentId *uint32 `json:"parentId,omitempty"`
|
||||
ordernum int32 `json:"ordernum"`
|
||||
Ordernum int32 `json:"ordernum"`
|
||||
}
|
||||
|
||||
var data *item
|
||||
|
||||
Reference in New Issue
Block a user