第一步版
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
package org.traceability.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import org.traceability.model.domain.UserRoles;
|
||||
import org.traceability.service.UserRolesService;
|
||||
import org.traceability.mapper.UserRolesMapper;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* @author xy
|
||||
*/
|
||||
@Service
|
||||
public class UserRolesServiceImpl extends ServiceImpl<UserRolesMapper, UserRoles>
|
||||
implements UserRolesService{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user