派獎 - 正式列表.md
28 additions, 9 deletions
| ... | ... | @@ -1,3 +1,5 @@ |
| 1 | +# 派獎 - 正式列表 | |
| 2 | + | |
| 1 | - | 4 | prize_gp | Dict | | 小樹點獎項資訊 | | |
| 3 | + | 4 | prize | Dict | | 獎品資訊 | | |
| 2 | - #### prize_gp | |
| 4 | + #### prize | |
| 3 | -| 5 | id | Integer | | 小樹點獎項 PK | | |
| 4 | -| 5 | award_id | Integer | | 關聯獎項 ID | | |
| 5 | -| 5 | action_code | String | | 行動代碼 | | |
| 6 | -| 5 | expire_duration | Integer | | 過期天數 (1-1095) | | |
| 7 | -| 5 | note | String | * | 備註 | | |
| 8 | -| 5 | create_time | Datetime | | 建立時間 | | |
| 9 | - | 5 | update_time | Datetime | | 更新時間 | | |
| 5 | + | 5 | type | Enum | | 獎品類型:<br>ORCA_POINT: 小樹點<br>QWARE: Qware 點數<br>SELFGEN_VOUCHER: 自建票券<br>EDENRED: Edenred<br>SYSTEX: Systex | | |
| 6 | +| 5 | gp | Dict | * | 小樹點獎項資訊 | | |
| 7 | +| 5 | cathaybank_voucher | Dict | * | 國泰銀行票券資訊 | | |
| 8 | + | |
| 9 | +#### [prize.gp](http://prize.gp) | |
| 10 | + | |
| 11 | +| Level | Name | Type/Len | Nullable(*) | Desc | | |
| 12 | +| ---| ---| ---| ---| --- | | |
| 13 | +| 6 | id | Integer | | 小樹點獎項 PK | | |
| 14 | +| 6 | award_id | Integer | | 關聯獎項 ID | | |
| 15 | +| 6 | action_code | String | | 行動代碼 | | |
| 16 | +| 6 | expire_duration | Integer | | 過期天數 (1-1095) | | |
| 17 | +| 6 | note | String | * | 備註 | | |
| 18 | +| 6 | create_time | Datetime | | 建立時間 | | |
| 19 | +| 6 | update_time | Datetime | | 更新時間 | | |
| 20 | + | |
| 21 | +#### prize.cathaybank_voucher | |
| 22 | + | |
| 23 | +| Level | Name | Type/Len | Nullable(*) | Desc | | |
| 24 | +| ---| ---| ---| ---| --- | | |
| 25 | +| 6 | id | Integer | | 國泰銀行票券 PK | | |
| 26 | +| 6 | award_id | Integer | | 關聯獎項 ID | | |
| 27 | +| 6 | create_time | Datetime | | 建立時間 | | |
| 28 | +| 6 | update_time | Datetime | | 更新時間 | |