- package cn.com.lzt.sign.service;
- import cn.com.lzt.sign.entity.TBBeforehandEntity;
- import org.jeecgframework.core.common.service.CommonService;
- public interface TBBeforehandService extends CommonService {
- void Update(TBBeforehandEntity tBBeforehand);
- }
|