|
|
|
@ -12,8 +12,7 @@ import org.springframework.stereotype.Service; |
|
|
|
* @createDate 2024-11-01 15:21:32 |
|
|
|
*/ |
|
|
|
@Service |
|
|
|
public class AuthHistServiceImpl extends ServiceImpl<AuthHistMapper, AuthHistData> |
|
|
|
implements AuthHistService{ |
|
|
|
public class AuthHistServiceImpl extends ServiceImpl<AuthHistMapper, AuthHistData> implements AuthHistService{ |
|
|
|
|
|
|
|
public void saveAuthHist(AuthHistData authHistData) { |
|
|
|
this.save(authHistData); |
|
|
|
|