|
|
@@ -148,7 +148,7 @@ namespace Services
|
|
|
apiKind == 3 ? "add" + table.tableNameFirstUpper :
|
|
|
apiKind == 4 ? "update" + table.tableNameFirstUpper :
|
|
|
"delete" + table.tableNameFirstUpper,
|
|
|
- apiDetail = apiKind == 1 ? "根据查询条件查询" + table.tableTitle + "列表数据" :
|
|
|
+ apiDetail = apiKind == 1 ? "根据条件查询" + table.tableTitle + "列表数据" :
|
|
|
apiKind == 2 ? "根据Id查询" + table.tableTitle + "某一条详情数据" :
|
|
|
apiKind == 3 ? "添加" + table.tableTitle + "数据" :
|
|
|
apiKind == 4 ? "修改" + table.tableTitle + "数据" :
|