2be8e3f94fa3a06df4ed2954e780462da5ea16f4.svn-base 491 B

123456789101112131415161718
  1. package org.jeecg.modules.demo.hzz.axgh.axlh.service;
  2. import org.jeecg.modules.demo.hzz.axgh.axlh.entity.RmAxlh;
  3. import com.baomidou.mybatisplus.extension.service.IService;
  4. /**
  5. * @Description: rm_axlh
  6. * @Author: jeecg-boot
  7. * @Date: 2022-01-19
  8. * @Version: V1.0
  9. */
  10. public interface IRmAxlhService extends IService<RmAxlh> {
  11. void updAxlh(String wkt, String id);
  12. void updAxlh2(String wkt, String id);
  13. void updAxlh3(String wkt, String id);
  14. void updGeoinfo(String id);
  15. }