MANIFESTLOADMapper.java 346 字节
package com.tianbo.analysis.dao;

import com.tianbo.analysis.model.MANIFESTLOAD;

import java.util.List;

public interface MANIFESTLOADMapper {
    int insert(MANIFESTLOAD record);

    int insertSelective(MANIFESTLOAD record);

    int updateRECEIPTION(MANIFESTLOAD record);

    List<MANIFESTLOAD> selectAutoIdByawbAawbH(MANIFESTLOAD record);
}