@@ -10,4 +10,5 @@ class ScheduleInfo extends Model
const CREATED_AT = 'crt_time';
const UPDATED_AT = 'upd_time';
protected $dateFormat = 'U';
+ const not_use = 0;
}