Commit a1dd1d87 by zhiheng.zhang

小票打印

parent cadd8452
......@@ -14,6 +14,7 @@ package com.freemud.sdk.api.assortment.order.response.order;
import com.freemud.application.sdk.api.ordercenter.response.orderInfo.*;
import com.freemud.application.sdk.api.ordercenter.response.orderInfo.OrderCostResp;
import com.rabbitmq.tools.json.JSONUtil;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.apache.commons.lang.builder.ToStringBuilder;
......@@ -684,6 +685,11 @@ public class QueryOrdersResponse {
*/
private String originalGoodsUid;
/**
* 是否打印
*/
private Boolean isPrint;
@NoArgsConstructor
@Data
public static class ProductDiscount {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment