io.github.wujun728.snakerflow.ext.service.IExtLeaveService Maven / Gradle / Ivy
The newest version!
package io.github.wujun728.snakerflow.ext.service;
import com.baomidou.mybatisplus.extension.service.IService;
import io.github.wujun728.snakerflow.ext.entity.ExtLeave;
/**
*
* 服务类
*
*
*
* @since 2021-08-19
*/
public interface IExtLeaveService extends IService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy