| | |
| | | package com.hz.his.dto.marketing; |
| | | |
| | | import com.gitee.sunchenbin.mybatis.actable.annotation.Column; |
| | | import com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant; |
| | | import com.hx.common.annotations.MysqlHexAes; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | |
| | | /*******************必填项(注意继承的公共类MarketingDto)*************************/ |
| | | /**订单标识*/ |
| | | private String orderId; |
| | | /**订单号*/ |
| | | private String orderNo; |
| | | } |
| | |
| | | /*******************必填项(注意继承的公共类MarketingDto)*************************/ |
| | | /**订单标识*/ |
| | | private String orderId; |
| | | /**订单号*/ |
| | | private String orderNo; |
| | | /**原订单总金额*/ |
| | | private BigDecimal totalPrice; |
| | | /**订单折扣(单位:百分比)*/ |
| | | private BigDecimal discountNum; |
| | | |