发货相关更新

This commit is contained in:
wangjinlei
2023-10-31 11:17:19 +08:00
parent fd998c4db8
commit 890577d545
10 changed files with 181 additions and 10 deletions

View File

@@ -0,0 +1,26 @@
package com.peanut.modules.book.to;
import lombok.Data;
@Data
public class ExpressPrintDto {
/**
* 时间2023-10-10
*/
private String date;
/**
* 快递订单号
*/
private String expressOrderSn;
/**
* 类型0不限1已打印2未打印
*/
private Integer type;
private Integer limit;
private Integer page;
}