Explorar el Código

点控期间变动

ssvfdn hace 3 meses
padre
commit
9a50758604
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/model/PlayerControlModel.php

+ 1 - 0
app/model/PlayerControlModel.php

@@ -32,6 +32,7 @@ class PlayerControlModel extends Model
         'status' => 'int', // 状态 1 正常,0 取消
         'create_time' => 'int',
         'update_time' => 'int',
+        'end_time' => 'int',
     ];
 
     /**