去除非必要字段

This commit is contained in:
杨旭 2025-04-20 11:16:08 +08:00
parent 772efaaa3d
commit 7523b5e88f

View File

@ -21,11 +21,6 @@ public class CueAgreeOrderDTO implements Serializable {
*/
@NotNull(message = "订单ID不能为空")
private Long orderId;
/**
* 地址ID
*/
@NotNull(message = "地址ID不能为空")
private Long addrId;
/**
* 类型1-回收2-置换3-寄售
*/