审查视图

src/main/java/com/tianbo/analysis/service/UpfileOrigService.java 415 字节
xudada authored
1 2 3 4 5 6 7 8 9 10
package com.tianbo.analysis.service;

import com.tianbo.analysis.model.ORIGINMANIFESTMASTER;

public interface UpfileOrigService {
    int insert(ORIGINMANIFESTMASTER originmanifestmaster)throws Exception;
    ORIGINMANIFESTMASTER selectwaybill(String waybill)throws Exception;
    int updateByPrimaryKey(String autoid)throws Exception;
    int ediOrig(ORIGINMANIFESTMASTER originmanifestmaster)throws Exception;
}