Update ShopCartEventOrder.java

cyj
pbvfus8to 8 months ago
parent c42f5bad6f
commit ad2f800748

@ -11,18 +11,24 @@
package com.yami.shop.bean.order;
/**
*
* `ShopCartEventOrder`
*
*
*
* @author LGH
*/
public interface ShopCartEventOrder {
/**
*
* `0`
*
*/
int DEFAULT = 0;
/**
* DEFAULT
* `DEFAULT``100`
*
*
*/
int DISCOUNT = 100;
}
Loading…
Cancel
Save