解决条码长度超长的问题

This commit is contained in:
季圣华
2020-02-18 23:26:44 +08:00
parent ebc637fe72
commit d23f1f4117
6 changed files with 34 additions and 65 deletions

View File

@@ -20,4 +20,6 @@ public interface MaterialExtendMapperEx {
@Param("syncNum") Long syncNum);
List<MaterialExtend> getListByMId(@Param("ids") Long ids[]);
int batchDeleteMaterialExtendByMIds(@Param("ids") String ids[]);
}