KuaidiWeightService.java 255 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 package com.huaheng.pc.config.weight.service; import com.huaheng.pc.config.weight.domain.KuaidiWeight; public interface KuaidiWeightService { int insertWeight(KuaidiWeight kuaidiWeight); KuaidiWeight selectEntity(KuaidiWeight kuaidiWeight); }