This commit is contained in:
2026-04-15 15:19:28 +08:00
commit 03229f23d4
159 changed files with 12538 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package com.example.sjkbf.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.example.sjkbf.entity.Log;
/**
* <p>
* 服务类
* </p>
*
* @author bozhiqiang
* @since 2025-09-25
*/
public interface LogService extends IService<Log> {
}