mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 08:25:07 +08:00
【功能完善】商城: APP 完善积分商城活动下单
This commit is contained in:
@ -55,4 +55,8 @@ public enum TradeOrderTypeEnum implements IntArrayValuable {
|
||||
return ObjectUtil.equal(type, COMBINATION.getType());
|
||||
}
|
||||
|
||||
public static boolean isPoint(Integer type) {
|
||||
return ObjectUtil.equal(type, POINT.getType());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user