去除外键之仓库表jsh_depot相关修改

This commit is contained in:
qiankunpingtai
2019-04-10 17:54:35 +08:00
parent bb1f9b7e97
commit 9fa082f25c
7 changed files with 162 additions and 10 deletions

View File

@@ -168,4 +168,6 @@ public interface DepotItemMapperEx {
int batchDeleteDepotItemByDepotHeadIds(@Param("depotheadIds")Long []depotHeadIds);
int batchDeleteDepotItemByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String ids[]);
List<DepotItem> getDepotItemListListByDepotIds(@Param("depotIds") String[] depotIds);
}