修改支持备注

This commit is contained in:
2024-09-27 11:39:54 +08:00
parent a2ccfb0628
commit 5bf555c8a9
3 changed files with 31 additions and 87 deletions

View File

@@ -19,5 +19,6 @@ public class UpdateCartDTO {
@NotNull
@Min(0)
private Integer num;
private String note;
}