* 获取实体的字符串表示 * * @returns 实体的字符串描述
()
| 836 | * @returns 实体的字符串描述 |
| 837 | */ |
| 838 | public toString(): string { |
| 839 | return `Entity[${this.name}:${this.id}:${this.persistentId.slice(0, 8)}]`; |
| 840 | } |
| 841 | |
| 842 | /** |
| 843 | * 获取实体的调试信息(包含组件缓存信息) |
no outgoing calls
no test coverage detected