修改取水口信息
This commit is contained in:
@ -77,6 +77,7 @@ public class NgInformationWaterUserController extends BaseController
|
||||
@ApiOperation("新增用水户信息")
|
||||
public AjaxResult add(@RequestBody NgInformationWaterUser ngInformationWaterUser)
|
||||
{
|
||||
|
||||
return toAjax(ngInformationWaterUserService.insertNgInformationWaterUser(ngInformationWaterUser));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user