Commit d4f8e508 authored by zhengke's avatar zhengke

修改

parent 41508a02
...@@ -655,3 +655,14 @@ export function IgnoreClassPlan(data) { ...@@ -655,3 +655,14 @@ export function IgnoreClassPlan(data) {
data data
}); });
} }
/**
* 获取客户类型下拉
*/
export function GetStudentTypeList(data) {
return request({
url: '/CustomerStudent/GetStudentTypeList',
method: 'post',
data
});
}
\ No newline at end of file
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