We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.ParentId int64 json:"parentId"小写驼峰修改为下划线,这样可以同数据库保持一致,减少后端修改 2.status tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '0=禁用 1=开启', 建议别用0设置默认值,proto3 的int64不写默认就是0
json:"parentId"
status
The text was updated successfully, but these errors were encountered:
你那边有空修改的话,欢迎PR哈
Sorry, something went wrong.
你那边有空修改的话,欢迎PR哈 我先改一下这个周边设置,我司准备把这个上生产 #24
No branches or pull requests
1.ParentId int64
json:"parentId"
小写驼峰修改为下划线,这样可以同数据库保持一致,减少后端修改2.
status
tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '0=禁用 1=开启', 建议别用0设置默认值,proto3 的int64不写默认就是0The text was updated successfully, but these errors were encountered: