cl
6 天以前 50393719d85fc30438456b0d0f065573a404fba5
1
2
3
4
5
6
7
package com.vincent.rsf.server.system.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.vincent.rsf.httpaudit.entity.HttpAuditLog;
 
public interface HttpAuditLogService extends IService<HttpAuditLog> {
}