KuaidiWeightService.java 255 Bytes
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);
}