wyyl1

Results 3 issues of wyyl1

### Which Issue(s) This PR Fixes Refactor Fixes #7788 ### Brief Description 1. Consistency in abstraction levels 2. Use method names instead of comments 3. Make the code more concise:...

### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Refactor ### Motivation Make the...

type/enhancement

```sql -- tenant insert into `tenant` (`id`, `name`, `status_code`, `created_at`, `created_by`) values (1, '极客', 'EF', now(), 1); ```