12345678910111213141516171819202122 |
- //package com.echat.service.impl;
- //
- //import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
- //import com.echat.domain.UserContactApply;
- //import com.echat.service.UserContactApplyService;
- //import com.echat.mapper.UserContactApplyMapper;
- //import org.springframework.stereotype.Service;
- //
- ///**
- //* @author Ciallo
- //* @description 针对表【user_contact_apply】的数据库操作Service实现
- //* @createDate 2024-07-16 15:59:13
- //*/
- //@Service
- //public class UserContactApplyServiceImpl extends ServiceImpl<UserContactApplyMapper, UserContactApply>
- // implements UserContactApplyService{
- //
- //}
- //
- //
- //
- //
|