0bafa55f633394041265d3507327bc98a0a53c7b.svn-base 182 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 package com.phxl.modules.goods.dao.medinstore; import com.phxl.modules.goods.entity.medinstore.MedInStore; public interface MedInStoreDao { void insert(MedInStore medInStore); }