This commit is contained in:
YAS\29473
2025-12-15 15:50:11 +08:00
parent 9e0504f2cd
commit c1b620ff46
2 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,12 @@ import java.util.List;
@NoArgsConstructor
@Builder
public class MemberVO {
/**
* id
*/
private Long Id;
/**
* 会员Id
*/