1
2 天以前 f724dbc26925496767356a63b93d9e5fdc77633c
1
2
3
4
5
6
7
8
package com.vincent.rsf.server.system.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.vincent.rsf.server.system.entity.TaskPathTemplate;
 
public interface TaskPathTemplateService extends IService<TaskPathTemplate> {
 
}