This commit is contained in:
wangjinlei
2024-05-24 16:29:52 +08:00
parent b45f74831f
commit 39063ecfd8
5 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package com.peanut.modules.common.dao;
import com.github.yulichang.base.MPJBaseMapper;
import com.peanut.modules.common.entity.TaihuWelfareEntity;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface TaihuWelfareDao extends MPJBaseMapper<TaihuWelfareEntity> {
}