#
zhou zhou
1 天以前 2aa107576ba3e2e49723d3bb49644a6ebd9d779a
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.TaskPathTemplateNode;
 
public interface TaskPathTemplateNodeService extends IService<TaskPathTemplateNode> {
 
}