去除非必要字段

This commit is contained in:
杨旭 2025-04-20 10:59:05 +08:00
parent 6a927d5093
commit 772efaaa3d

View File

@ -33,9 +33,4 @@ public class CueSaveMailingDTO implements Serializable {
*/
@NotEmpty(message = "寄出单号不能为空")
private String sendNumber;
/**
* 订单状态
*/
@NotNull(message = "订单状态不能为空")
private Integer orderStatus;
}