Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

字段注释类型

id

系统ID

INT(10)

name

名称

VARCHAR

price价格DECIMAL(10,2)

type

退货服务类型

ENUM('CONTAINER','SELLER','DISPOSE','CHECK','TRANSFER')

CONTAINER 退货上架,

SELLER 退货等待回国,

DISPOSE 退货销毁

CHECK 退货查验

TRANSFER 退货转运

status

状态

ENUM('ACTIVE','DELETED')

...


返回

Code Block
{
    "total": 1,
    "data": [
        {
            "id": 92,
            "company_id": 36,
            "name": "退货上架",
            "cost": "0.000",
            "weight_unit_price": "0.000",
            "volume_unit_price": "0.000",
            "sku_unit_price": "0.000",
            "product_unit_price": "0.000",
            "type": "CONTAINER",
            "return_consignment_type": "SINGLE",
            "status": "ACTIVE",
            "primary_keys": [
                "id"
            ]
        }
    ],
    "success": true,
    "moduleName": "client"
}