|
|
|
@@ -36,7 +36,7 @@ public class WxMallBuildingController extends BaseController { |
|
|
|
return new ResultData(page); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("新增接口") |
|
|
|
@ApiOperation("新增接口(3)") |
|
|
|
@PostMapping("add") |
|
|
|
@SystemControllerLog(description = "商城-楼座-新增") |
|
|
|
public ResultData add(@RequestBody WxMallBuilding wxMallBuilding) { |
|
|
|
|