批量添加序列号

This commit is contained in:
cjl
2019-01-29 16:44:55 +08:00
parent b08d349b45
commit ca1be886df
8 changed files with 343 additions and 124 deletions

View File

@@ -56,5 +56,8 @@ public interface SerialNumberMapperEx {
* and depothead_Id='depotheadId' and is_Sell ='0' and delete_Flag !='1' {limit 0count}
* */
int cancelSerialNumber(@Param("materialId")Long materialId, @Param("depotheadId")Long depotheadId, @Param("count")Integer count, @Param("updateTime") Date updateTime,@Param("updater") Long updater);
/**
* 批量添加序列号
* */
int batAddSerialNumber(@Param("list") List<SerialNumberEx> list);
}