cmb
This commit is contained in:
parent
a603f7d955
commit
daabf7c9fe
4
gorm.sh
4
gorm.sh
|
|
@ -1,9 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# 定义接口 1 和接口 2 的 URL
|
||||
API_1_URL="https://gateway.dev.cdlsxd.cn/voucher/cmb/v1/orderMock"
|
||||
API_2_URL="https://gateway.dev.cdlsxd.cn/voucher/cmb/v1/order"
|
||||
|
||||
# 脚本功能:
|
||||
# 1. 根据传入的表名和应用名,连接指定数据库,生成对应表的模型代码(使用gentool工具,需确保该工具已正确安装并可用)。
|
||||
# 2. 生成对应表的领域实体Bo代码,其字段和模型字段保持一致,并定义相关的转换等方法(简单示例)。
|
||||
|
|
|
|||
Loading…
Reference in New Issue