1.代客下单 存单保存备注

This commit is contained in:
2024-08-23 17:26:54 +08:00
parent f6e473b8bb
commit f9931b50ea
3 changed files with 3 additions and 1 deletions

View File

@@ -16,4 +16,5 @@ public class PendingDTO {
@NotNull
private Boolean isPending;
private Integer orderId;
private String note;
}