trieuduongle

Results 1 issues of trieuduongle

# Steps to reproduce 1. Create a entity has `id` property as the following ```js class Sample extends Entity { @property({ type: 'string', id: true, generated: true, }) id?: string;...

bug
needs steps to reproduce