This commit is contained in:
李子铭 2025-03-10 14:52:13 +08:00
parent a603f7d955
commit daabf7c9fe
1 changed files with 0 additions and 4 deletions

View File

@ -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代码其字段和模型字段保持一致并定义相关的转换等方法简单示例