package com.sy.service; import com.sy.model.v_express_billno; public interface CLRService { int save(v_express_billno billno); }