🎨 update project structure
This commit is contained in:
8
service/role_service.go
Normal file
8
service/role_service.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package service
|
||||
|
||||
import "schisandra-cloud-album/model"
|
||||
|
||||
type RoleService interface {
|
||||
// AddRoleService 添加角色
|
||||
AddRoleService(role model.ScaAuthRole) error
|
||||
}
|
Reference in New Issue
Block a user