package cn.com.lzt.sign.service; import cn.com.lzt.sign.entity.TBSealEntity; import org.jeecgframework.core.common.service.CommonService; public interface TBSealService extends CommonService { void Update(TBSealEntity tBSeal); }