package com.sy.mapper; import com.sy.model.airone_ex_stock; 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); }