Commit cc8fecd6 by 姜海波

更新最新master代码

parent 2696c7dc
/**
* All rights Reserved, Designed By www.freemud.cn
*
* @Title: OrderAccountVo
* @Package cn.freemud.entities.vo
* @Description:
* @author: ping.wu
* @date: 2019/11/27 16:33
* @version V1.0
* @Copyright: 2019 www.freemud.cn Inc. All rights reserved.
* 注意:本内容仅限于上海非码科技内部传阅,禁止外泄以及用于其他的商业目
*/
package cn.freemud.entities.vo;
import lombok.Data;
@Data
public class OrderAccountVo {
/**
* 优惠类型
*/
private Integer type;
/**
* 优惠类型名称
*/
private String typeName;
/**
* 优惠金额(单位分)
*/
private Integer discountAmount;
}
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