zhou zhou
1 天以前 213917033bac65c5f0f48509ee9a8bde5cf6d54c
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> {
 
}