feat(Coupon): add new prop condition @rex-zsd (#2551)

This commit is contained in:
rex
2019-01-18 13:18:53 +08:00
committed by neverland
parent 3f60e4701b
commit 4fdf731a8e
5 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ export default {
| name | Name | `String` |
| discount | Discount | `Number` |
| denominations | Denominations | `Number` |
| originCondition | Condition | `Number` |
| condition | Condition | `String` |
| startAt | Start time (Timestmap, unit second) | `Number` |
| endAt | End time (Timestmap, unit second) | `Number` |
| description | Description | `String` |