airone_ex_stockMapper.java
522 字节
package com.sy.mapper;
import com.sy.model.airone_ex_stock;
import org.springframework.stereotype.Component;
@Component
public interface airone_ex_stockMapper {
int deleteByPrimaryKey(String workNo);
int insert(airone_ex_stock record);
int insertSelective(airone_ex_stock record);
airone_ex_stock selectByPrimaryKey(String workNo);
int updateByPrimaryKeySelective(airone_ex_stock record);
int updateByPrimaryKey(airone_ex_stock record);
airone_ex_stock selectByMawbNo(String mawbNo);
}