(req dto.CommandOperate)
| 22 | SearchForTree(req dto.OperateByType) ([]dto.CommandTree, error) |
| 23 | SearchWithPage(search dto.SearchCommandWithPage) (int64, interface{}, error) |
| 24 | Create(req dto.CommandOperate) error |
| 25 | Update(req dto.CommandOperate) error |
| 26 | Delete(ids []uint) error |
| 27 |