Update ConfirmOrderOrder.java

cyj
pbvfus8to 8 months ago
parent 667014ca80
commit c42f5bad6f

@ -11,28 +11,37 @@
package com.yami.shop.bean.order;
/**
*
*
* 便
*
* @author LGH
*/
public interface ConfirmOrderOrder {
/**
*
* 0
*
*/
int DEFAULT = 0;
/**
* DEFAULT
* 100 DEFAULT
*
*
*/
int DISCOUNT = 100;
/**
* DISCOUNT
* 使200 DISCOUNT
* 使
*
*/
int COUPON = 200;
/**
* COUPON
* 300 COUPON
* 使
* 使
*/
int DISTRIBUTION = 300;
}
Loading…
Cancel
Save