Commit c8b4a711 authored by 耿迪迪's avatar 耿迪迪

气瓶分布

parent 3e34d9c1
......@@ -41,6 +41,13 @@ public class TGasBottleInfoController extends BaseController
return getDataTable(list);
}
@GetMapping("/bottleInfoList")
public AjaxResult bottleInfoList(TGasBottleInfo tGasBottleInfo)
{
List<TGasBottleInfo> list = tGasBottleInfoService.selectTGasBottleInfoList(tGasBottleInfo);
return AjaxResult.success(list);
}
/**
* 导出气瓶信息列表
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment