订单打印接口
This commit is contained in:
parent
0245a7b6d0
commit
abaab83630
|
|
@ -17,5 +17,10 @@ public class OrderInfoPrintDTO{
|
|||
*/
|
||||
@NotNull(message = "id不为空")
|
||||
private Long id;
|
||||
/**
|
||||
* 0结算单 1退款单
|
||||
*/
|
||||
@NotNull(message = "打印类型不为空")
|
||||
private Integer type;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue