diff --git a/gorm.sh b/gorm.sh index c631c69..1775528 100755 --- a/gorm.sh +++ b/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代码,其字段和模型字段保持一致,并定义相关的转换等方法(简单示例)。