📝 docs(entity): add common non-standard issues section
- add "常见不规范问题" section to document entity definition mistakes
- provide example of incorrect nullable field definition using optional chaining (?)
- show correct nullable field implementation with explicit null type union