8a5cfc5ed80669eba3022fc1837afef6b7e1a0a6.svn-base 477 B

1234567891011121314151617
  1. package org.jeecg.modules.demo.hzz.shjsgc.wspxm.service;
  2. import org.jeecg.modules.demo.hzz.shjsgc.wspxm.entity.RmWspxm;
  3. import com.baomidou.mybatisplus.extension.service.IService;
  4. import javax.xml.crypto.Data;
  5. /**
  6. * @Description: 无审批项目
  7. * @Author: jeecg-boot
  8. * @Date: 2022-02-09
  9. * @Version: V1.0
  10. */
  11. public interface IRmWspxmService extends IService<RmWspxm> {
  12. void deljszt(String id);
  13. void inyspxm(String id,String jsxmmc,String spjh,String spwh);
  14. }