lxw
2022-07-19 817007c56c42cf2f372153d15a02ff664695b544
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.WorksheetLink;
 
public interface WorksheetLinkMapper extends CustomMapper<WorksheetLink> {
}