package com.tianbo.analysis.dao;
import com.tianbo.analysis.model.ORIGINMANIFESTMASTER;
import java.util.HashMap; public interface ORIGINMANIFESTMASTERMapper { int insert(ORIGINMANIFESTMASTER record); int insertSelective(ORIGINMANIFESTMASTER record); int changeFlightDate(HashMap map);
ORIGINMANIFESTMASTER selectByAHBA(ORIGINMANIFESTMASTER record);
}