c4c74173463cb2b78c08861d8b1a74929c20d7c0.svn-base 234 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 package com.phxl.modules.goods.dao.supplygoods; import java.util.List; import com.phxl.modules.goods.entity.supplygoods.MedSupplyGoods; public interface MedSupplyGoodsDao{ void batchInsert(List<MedSupplyGoods> supplyGoods); }