UserContactApplyServiceImpl.java 630 B

12345678910111213141516171819202122
  1. //package com.echat.service.impl;
  2. //
  3. //import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
  4. //import com.echat.domain.UserContactApply;
  5. //import com.echat.service.UserContactApplyService;
  6. //import com.echat.mapper.UserContactApplyMapper;
  7. //import org.springframework.stereotype.Service;
  8. //
  9. ///**
  10. //* @author Ciallo
  11. //* @description 针对表【user_contact_apply】的数据库操作Service实现
  12. //* @createDate 2024-07-16 15:59:13
  13. //*/
  14. //@Service
  15. //public class UserContactApplyServiceImpl extends ServiceImpl<UserContactApplyMapper, UserContactApply>
  16. // implements UserContactApplyService{
  17. //
  18. //}
  19. //
  20. //
  21. //
  22. //