对接3方系统,开通新人特权

This commit is contained in:
2026-05-16 15:40:17 +08:00
parent 3e753ba8b2
commit 74ac62b1e0
4 changed files with 217 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package com.rj.dto.hxr;
/**
* hxrd 后台 {@code /app/admin/user/select} 列表项(仅声明更新所需字段,其余字段忽略)。
*/
public record HxrUserRow(Long id) {}