- package org.jeecg.modules.demo.hzz.sjcjrw.gcxxcj.service;
- import org.jeecg.modules.demo.hzz.sjcjrw.gcxxcj.entity.RmGcxxcj;
- import com.baomidou.mybatisplus.extension.service.IService;
- /**
- * @Description: 工程信息采集
- * @Author: jeecg-boot
- * @Date: 2022-01-17
- * @Version: V1.0
- */
- public interface IRmGcxxcjService extends IService<RmGcxxcj> {
- void DeleteByid(String id);
- }
|