餐位费设置

This commit is contained in:
2024-09-27 13:35:57 +08:00
parent 3412b88d08
commit 42fbfcbe1a
2 changed files with 5 additions and 5 deletions

View File

@@ -15,6 +15,4 @@ public class ChoseCountDTO {
@NotNull
@Min(1)
private Integer num;
@NotNull
private String userId;
}