d10837bcf9b9bea45e8a4b1d3d3ee586e03f2477.svn-base 390 B

1234567891011121314
  1. package org.jeecg.modules.demo.hzz.sjcjrw.gcxxcj.service;
  2. import org.jeecg.modules.demo.hzz.sjcjrw.gcxxcj.entity.RmGcxxcj;
  3. import com.baomidou.mybatisplus.extension.service.IService;
  4. /**
  5. * @Description: 工程信息采集
  6. * @Author: jeecg-boot
  7. * @Date: 2022-01-17
  8. * @Version: V1.0
  9. */
  10. public interface IRmGcxxcjService extends IService<RmGcxxcj> {
  11. void DeleteByid(String id);
  12. }