修改 总装

master
wangh 3 years ago
parent 97c1419e23
commit 78fc381e18

@ -32,6 +32,7 @@ import org.springframework.web.multipart.MultipartFile;
*/
@Controller
@RequestMapping("/system/base_picture_location")
@ResponseBody
public class BasePictureLocationController extends BaseController
{
private String prefix = "system/base_picture_location";
@ -51,7 +52,7 @@ public class BasePictureLocationController extends BaseController
*/
@RequiresPermissions("system:base_picture_location:list")
@PostMapping("/list")
@ResponseBody
public TableDataInfo list(BasePictureLocation basePictureLocation)
{
startPage();

Loading…
Cancel
Save