@@ -70,6 +70,7 @@ public class MuseummodelController {
// }
// return null;
+ //
@GetMapping("/page")
@Operation(summary = "获得模型分页")
@@ -27,4 +27,5 @@ public class MuseummodelSaveVO {
@Schema(description = "备注")
private String remark;
//
}