orderDetail.yaml 645 字节
version: v1
kind: Schema
metadata:
  name: orderDetail
  description: 订单详情实体
  attributes:
  - name: orderDetailId
    description: 订单详情id
    type:
      primitive: int64
  - name: orderNo
    descriptiopn: 订单编号
    type:
      primitive: string
  - name: orderNum
    description: 订单数量
    type: 
      primitive: int
  - name: totalPrice
    description: 订单总金额
    type: 
      primitive: float64
  - name: adjustedNum
    description: 调整后订单数量
    type: 
      primitive: int
  - name: adjustedTotalPrice
    description: 调整后订单总金额
    type: 
      primitive: float64