1 Star 0 Fork 66

Eric/AI-Prompt-Library

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
请按这个结构帮我生成Java领域模型对象,嵌套部分使用内部类的方式.txt 396 Bytes
Copy Edit Raw Blame History
kingapex authored 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/ericasdas/ai-prompt-library.git
git@gitee.com:ericasdas/ai-prompt-library.git
ericasdas
ai-prompt-library
AI-Prompt-Library
master

Search