This commit is contained in:
77
2024-04-27 02:49:06 +08:00
parent 8257e9fd5e
commit eb4cb60ba5
6 changed files with 72 additions and 1 deletions

View File

@@ -14,4 +14,7 @@ import com.ruoyi.xq.domain.AuthOrder;
public interface AuthOrderService extends IService<AuthOrder> {
Page<AuthOrder> pageAdmin(PageQuery pageQuery, AuthOrder bo);
AuthOrder createVipOrder(Long userId);
}