Explorar el Código

初始化接口调整

lichunlei hace 3 meses
padre
commit
09a9376e2e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Services/ApiInfoService.cs

+ 0 - 1
Services/ApiInfoService.cs

@@ -142,7 +142,6 @@ namespace Services
                         tabName = "基本信息",
                         apiName = table.tableTitle + (apiKind == 1 ? "列表" : apiKind == 2 ? "详情" : apiKind == 3 ? "添加" : apiKind == 4 ? "修改" : "删除"),
                         controllerFilePath = table.tableNameUpper,
-                        usageScenarios = 1,
                         apiKind = apiKind,
                         methodName = apiKind == 1 ? "get" + table.tableNameFirstUpper + "List" :
                                      apiKind == 2 ? "get" + table.tableNameFirstUpper + "Query" :