package com.sy.service; import com.sy.model.airone_ex_stock; public interface aironeExStockService { int save(airone_ex_stock ex);
airone_ex_stock selectByMawbNo(String mawbNo); int delectByWorkNo(String workNo);
}