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; }