张延森 4 years ago
parent
commit
906ccf5d38
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      niucai.pdman.json

+ 8
- 0
niucai.pdman.json View File

4576
               "chnname": "状态",
4576
               "chnname": "状态",
4577
               "notNull": true,
4577
               "notNull": true,
4578
               "defaultValue": "1"
4578
               "defaultValue": "1"
4579
+            },
4580
+            {
4581
+              "name": "opening_status",
4582
+              "type": "ENUM",
4583
+              "remark": "0未处理,1处理中,2已结束",
4584
+              "chnname": "开奖状态",
4585
+              "notNull": true,
4586
+              "defaultValue": "0"
4579
             }
4587
             }
4580
           ],
4588
           ],
4581
           "indexs": [],
4589
           "indexs": [],