<?php

namespace app\model;
//话术表
class ScriptManagement extends Base
{
    public static function getAll()
    {
        return self::column("*","id");
    }
}