【功能完善】商城: APP 完善积分商城活动下单

This commit is contained in:
puhui999
2024-10-04 13:46:20 +08:00
parent d7236068b9
commit 67809be46d
11 changed files with 223 additions and 3 deletions

View File

@ -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());
}
}