1.代客下单 商品数量减少增加打印退单票据
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.chaozhanggui.system.cashierservice.bean;
|
||||
|
||||
public class PrintProductInfo {
|
||||
private Integer orderDetailId;
|
||||
private Integer num;
|
||||
}
|
||||
Reference in New Issue
Block a user