cb135ea04b1f4cdb5442b7779a4ef4b676aded12.svn-base 233 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 package com.phxl.modules.goods.dao.medinstore; import java.util.List; import com.phxl.modules.goods.entity.medinstore.MedInStoreDetail; public interface MedInStoreDetailDao { void batchInsert(List<MedInStoreDetail> details); }