lrf 2 年之前
父节点
当前提交
c3090c2dea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/entity/modelBase.ts

+ 1 - 1
src/entity/modelBase.ts

@@ -4,4 +4,4 @@ import * as meta from './meta';
   options: { allowMixed: Severity.ALLOW },
 })
 @plugin(meta)
-export class ModelBase {}
+export class BaseModel {}