1.代客下单 删除订单接口
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package cn.ysk.cashier.dto.shoptable;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class DeleteOrderDTO {
|
||||
private Integer shopId;
|
||||
private Integer orderId;
|
||||
}
|
||||
Reference in New Issue
Block a user