// Auto-generated 作业批改 service import { api } from "./api"; export function get() { return api.get("/api/作业批改"); } export function post(data: Record) { return api.post("/api/作业批改", data); }