Commit 73350939 by ning

使用指南

parent e96224fc
...@@ -200,12 +200,12 @@ export default abstract class BaseTable<T> implements ITable { ...@@ -200,12 +200,12 @@ export default abstract class BaseTable<T> implements ITable {
abstract getTableColumns(): string[]; abstract getTableColumns(): string[];
/** /**
* 列主键 * 主键列名称
*/ */
abstract getColumnId(): string; abstract getColumnId(): string;
/** /**
* 列的数据类型 * 主键
*/ */
abstract getEntityId(item: T): ValueType; abstract getEntityId(item: T): ValueType;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论