This commit is contained in:
wangjinlei
2024-05-30 13:15:22 +08:00
parent cf3e3e9dca
commit 6ab30dd9bd
3 changed files with 23 additions and 5 deletions

View File

@@ -8,4 +8,6 @@ import com.peanut.modules.common.to.ParamTo;
public interface TaihuWelfareService extends IService<TaihuWelfareEntity> {
R getTaihuWelfareArticleList(ParamTo param);
R getTaihuWelfareProductList(ParamTo param);
}