给经手人和仓库优化接口

This commit is contained in:
jishenghua
2025-02-22 22:04:06 +08:00
parent a473484ffd
commit a73a8d2db2
6 changed files with 79 additions and 134 deletions

View File

@@ -9,12 +9,6 @@ import java.util.List;
public interface FunctionMapperEx {
List<FunctionEx> selectByConditionFunction(
@Param("name") String name,
@Param("type") String type,
@Param("offset") Integer offset,
@Param("rows") Integer rows);
Long countsByFunction(
@Param("name") String name,
@Param("type") String type);