This commit is contained in:
wuchunlei
2024-05-27 14:52:55 +08:00
12 changed files with 169 additions and 11 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> {
}