添加选择商品名称功能

This commit is contained in:
qiankunpingtai
2019-03-18 17:51:30 +08:00
parent 2e26e41a8d
commit d17ad852a5
10 changed files with 434 additions and 19 deletions

View File

@@ -23,5 +23,4 @@ public interface DepotMapperEx {
@Param("remark") String remark);
List<DepotEx> getDepotList(Map<String, Object> params);
Long getDepotListCount(Map<String, Object> params);
}