package com.ecep.contract.service; /** * 可转换为VO的服务 */ public interface VoableService { void updateByVo(M model, Vo vo); }