io.github.wujun728.snakerflow.ext.service.impl.ExtLeaveServiceImpl Maven / Gradle / Ivy
The newest version!
package io.github.wujun728.snakerflow.ext.service.impl;
import io.github.wujun728.snakerflow.ext.entity.ExtLeave;
import io.github.wujun728.snakerflow.ext.mapper.ExtLeaveMapper;
import io.github.wujun728.snakerflow.ext.service.IExtLeaveService;
import org.springframework.stereotype.Service;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
/**
*
* 服务实现类
*
*
*
* @since 2021-08-19
*/
@Service
public class ExtLeaveServiceImpl extends ServiceImpl implements IExtLeaveService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy