2026-01-17
1.添加Md5工具
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package cn.lailab.toolbox.service;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import cn.lailab.toolbox.beans.tools.ToolMd5;
|
||||
|
||||
@Service
|
||||
public interface ToolMd5Service {
|
||||
int insertToolMd5(ToolMd5 toolMd5);
|
||||
|
||||
ToolMd5 selectToolMd5(ToolMd5 toolMd5);
|
||||
}
|
||||
Reference in New Issue
Block a user