审查视图

src/main/java/com/tianbo/analysis/dao/ORIGINMANIFESTMASTERMapper.java 373 字节
朱兆平 authored
1
package com.tianbo.analysis.dao;
朱兆平 authored
2
朱兆平 authored
3
import com.tianbo.analysis.model.ORIGINMANIFESTMASTER;
朱兆平 authored
4 5 6 7 8 9 10 11 12

import java.util.HashMap;

public interface ORIGINMANIFESTMASTERMapper {
    int insert(ORIGINMANIFESTMASTER record);

    int insertSelective(ORIGINMANIFESTMASTER record);

    int changeFlightDate(HashMap map);
朱兆平 authored
13 14

    ORIGINMANIFESTMASTER selectByAHBA(ORIGINMANIFESTMASTER record);
朱兆平 authored
15
}