给经手人和仓库优化接口
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user