Skip to content

Commit

Permalink
自动化创建代码增加int64和uint(默认id类型)
Browse files Browse the repository at this point in the history
  • Loading branch information
xue-ding-e committed May 9, 2024
1 parent 32087b8 commit 5b905c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web/src/view/systemTools/autoCode/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,14 @@ const typeOptions = ref([
label: '整型',
value: 'int'
},
{
label: '整型64',
value: 'int64'
},
{
label: 'uint(默认id类型)',
value: 'uint'
},
{
label: '布尔值',
value: 'bool'
Expand Down

0 comments on commit 5b905c9

Please sign in to comment.