This commit is contained in:
wangjinlei
2026-05-09 17:46:46 +08:00
commit 2b382cf8ab
1408 changed files with 129393 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package com.peanut.modules.common.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.peanut.modules.common.entity.UserEbookVip;
public interface UserEbookVipService extends IService<UserEbookVip> {
}