Compare commits

..

2 Commits

Author SHA1 Message Date
ChenYi
953e2d1fd3 更新子模块 2025-07-10 12:32:13 +08:00
ChenYi
a380f6cbdd 优化IoTDB数据动态数据列查询 2025-07-10 12:32:01 +08:00
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 46e75b4e1cb8bd737c0921d58177516f65a54eaa
Subproject commit b216091ec2eb44d0913f8ff776b612a69efa5edf

View File

@ -9,6 +9,7 @@ using System.Threading.Tasks;
namespace JiShe.IoT.Controllers
{
[Route("Common")]
public class CommonController:IoTController
{
private readonly ICommonService _commonService;
@ -22,7 +23,7 @@ namespace JiShe.IoT.Controllers
/// </summary>
/// <param name="input"></param>
/// <returns></returns>
[HttpGet("get-select-list")]
[HttpGet("GetSelectList")]
[SwaggerOperation(summary: "根据type名称获取下拉框数据", Tags = new[] { "Common" })]
public List<SelectResult> GetSelectResultList(SelectResultListInput input)
{