Compare commits
2 Commits
d5236e060b
...
953e2d1fd3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
953e2d1fd3 | ||
|
|
a380f6cbdd |
@ -1 +1 @@
|
||||
Subproject commit 46e75b4e1cb8bd737c0921d58177516f65a54eaa
|
||||
Subproject commit b216091ec2eb44d0913f8ff776b612a69efa5edf
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user