TBBeforehandService.java 262 B

1234567891011
  1. package cn.com.lzt.sign.service;
  2. import cn.com.lzt.sign.entity.TBBeforehandEntity;
  3. import org.jeecgframework.core.common.service.CommonService;
  4. public interface TBBeforehandService extends CommonService {
  5. void Update(TBBeforehandEntity tBBeforehand);
  6. }