去除非必要字段
This commit is contained in:
parent
6a927d5093
commit
772efaaa3d
@ -33,9 +33,4 @@ public class CueSaveMailingDTO implements Serializable {
|
|||||||
*/
|
*/
|
||||||
@NotEmpty(message = "寄出单号不能为空")
|
@NotEmpty(message = "寄出单号不能为空")
|
||||||
private String sendNumber;
|
private String sendNumber;
|
||||||
/**
|
|
||||||
* 订单状态
|
|
||||||
*/
|
|
||||||
@NotNull(message = "订单状态不能为空")
|
|
||||||
private Integer orderStatus;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user