You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
402 B

package {{ package.Mapper }};
import {{package.Entity}}.{{ table.entity }};
//--- import 固定引入 ---//
import com.github.yulichang.base.MPJBaseMapper;
//--- import 固定引入 ---//
/**
* <p>
* 操作记录 Mapper 接口
* </p>
*
* @Author: {{author}}
* @Date: {{date}}
* @Wechat: {{ wechat }}
*/
public interface {{ table.entity }}Mapper extends MPJBaseMapper<{{ table.entity }}> {
}