b39bae433187bb685490757a12b3c7b5ad1d32b7.svn-base 165 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 package com.phxl.modules.goods.dao.medplan; import com.phxl.modules.goods.entity.medplan.MedPlan; public interface MedPlanDao{ void insert(MedPlan medPlan); }