DefaultCreateOrderSpec
class DefaultCreateOrderSpec(inventoryService: InventoryService, pricingService: PricingService) : CreateOrderSpec
创建订单规范/业务规则/约束.
Author
ahoo wang
Types
Link copied to clipboard
class InventoryShortageException(val orderItem: CreateOrderItem, val inventory: Int) : IllegalArgumentException
Link copied to clipboard
class PriceInconsistencyException(val orderItem: CreateOrderItem, val price: BigDecimal) : IllegalArgumentException