@ -32,11 +32,7 @@ abstract class BaseModel {
get_called_class());
}
private static function Initialize() {
if (self::$sql === null) {
throw new Exception('sql not inited');
abstract private static function Initialize();
class JobSql implements ISqlBase {