1 Star 0 Fork 66

studio/AI-Prompt-Library

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
请按这个结构帮我生成Java领域模型对象,嵌套部分使用内部类的方式.txt 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
kingapex 提交于 2024-03-12 10:39 . 去掉目录
请按这个结构帮我生成Java领域模型对象,嵌套部分使用内部类的方式:
{
companyName: 'xxxx',
billAddress: {
name: '',
firstName: '',
lastName: '',
address: {
line1: '',
line2: '',
city: '',
state: '',
postal_code: '',
country: ''
},
phone: '';
},
email: '',
tax: {
taxType: '',
taxId: ''
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/studiooi/ai-prompt-library.git
git@gitee.com:studiooi/ai-prompt-library.git
studiooi
ai-prompt-library
AI-Prompt-Library
master

搜索帮助