mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 16:35:06 +08:00
mall:订单列表:增加订单类型的接入
This commit is contained in:
@ -17,8 +17,11 @@ public enum TradeOrderTypeEnum implements IntArrayValuable {
|
||||
|
||||
NORMAL(0, "普通订单"),
|
||||
SECKILL(1, "秒杀订单"),
|
||||
TEAM(2, "拼团订单"),
|
||||
BARGAIN(3, "砍价订单");
|
||||
// TODO 芋艿:如下三个字段,名字需要改下,等后面表设计完成后。
|
||||
KANJIA(2, "砍价订单"),
|
||||
PINTUAN(3, "拼团订单"),
|
||||
YUSHOU(4, "预售订单"),
|
||||
;
|
||||
|
||||
public static final int[] ARRAYS = Arrays.stream(values()).mapToInt(TradeOrderTypeEnum::getType).toArray();
|
||||
|
||||
|
Reference in New Issue
Block a user