whycxzp
2021-11-04 fd6c1811135d080fff6cb8349f3f251985b11238
1
2
3
4
5
6
7
package com.whyc.mapper;
 
import com.whyc.pojo.WorkflowLink;
 
public interface WorkflowLinkMapper extends CustomMapper<WorkflowLink>{
 
}