Commit cc081d27 authored by zhengke's avatar zhengke

1

parent 12b54787
...@@ -421,4 +421,23 @@ export function GetStudentAssistList(data) { ...@@ -421,4 +421,23 @@ export function GetStudentAssistList(data) {
}); });
} }
// 保存协助数据
export function SetStudentAssist(data) {
return request({
url: '/CustomerStudent/SetStudentAssist',
method: 'post',
data
});
}
// 删除协助数据
export function RemoveStudentAssist(data) {
return request({
url: '/CustomerStudent/RemoveStudentAssist',
method: 'post',
data
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment