This commit is contained in:
wangjinlei
2024-05-30 11:36:23 +08:00
parent 0ec6c4c22b
commit 34366ea53e
2 changed files with 9 additions and 0 deletions

View File

@@ -23,4 +23,11 @@ public class TaihuWelfareController {
return taihuWelfareService.getTaihuWelfareArticleList(param);
}
public R getTaihuWelfareProductList(){
return null;
}
}