给经手人和仓库优化接口
This commit is contained in:
@@ -12,13 +12,6 @@ import java.util.Map;
|
||||
public interface DepotMapperEx {
|
||||
|
||||
List<DepotEx> selectByConditionDepot(
|
||||
@Param("name") String name,
|
||||
@Param("type") Integer type,
|
||||
@Param("remark") String remark,
|
||||
@Param("offset") Integer offset,
|
||||
@Param("rows") Integer rows);
|
||||
|
||||
Long countsByDepot(
|
||||
@Param("name") String name,
|
||||
@Param("type") Integer type,
|
||||
@Param("remark") String remark);
|
||||
|
||||
@@ -10,12 +10,6 @@ import java.util.List;
|
||||
public interface PersonMapperEx {
|
||||
|
||||
List<Person> selectByConditionPerson(
|
||||
@Param("name") String name,
|
||||
@Param("type") String type,
|
||||
@Param("offset") Integer offset,
|
||||
@Param("rows") Integer rows);
|
||||
|
||||
Long countsByPerson(
|
||||
@Param("name") String name,
|
||||
@Param("type") String type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user