Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
Education
Commits
215aa8aa
Commit
215aa8aa
authored
Dec 09, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
5ab61937
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
2 deletions
+57
-2
StuStageEnum.cs
Edu.Common/Enum/User/StuStageEnum.cs
+55
-0
CustomerStudentController.cs
Edu.WebApi/Controllers/Customer/CustomerStudentController.cs
+2
-2
No files found.
Edu.Common/Enum/User/StuStageEnum.cs
0 → 100644
View file @
215aa8aa
using
Edu.Common.Plugin
;
using
System
;
using
System.Collections.Generic
;
using
System.Text
;
namespace
Edu.Common.Enum.User
{
/// <summary>
/// 客户阶段
/// </summary>
public
enum
StuStageEnum
{
/// <summary>
/// 新客户
/// </summary>
[
EnumField
(
"新客户"
)]
NewStu
=
1
,
/// <summary>
/// 初步沟通
/// </summary>
[
EnumField
(
"初步沟通"
)]
PreliminaryCommunication
=
2
,
/// <summary>
/// 商机测试
/// </summary>
[
EnumField
(
"商机测试"
)]
BusinessTest
=
3
,
/// <summary>
/// 成交
/// </summary>
[
EnumField
(
"成交"
)]
Clinch
=
4
,
/// <summary>
/// 多次成交
/// </summary>
[
EnumField
(
"多次成交"
)]
MultipleClinch
=
5
,
/// <summary>
/// 已输单
/// </summary>
[
EnumField
(
"已输单"
)]
OutputOrder
=
6
,
/// <summary>
/// 无效
/// </summary>
[
EnumField
(
"无效"
)]
InvalidStu
=
7
,
}
}
Edu.WebApi/Controllers/Customer/CustomerStudentController.cs
View file @
215aa8aa
...
@@ -28,7 +28,7 @@ namespace Edu.WebApi.Controllers.Customer
...
@@ -28,7 +28,7 @@ namespace Edu.WebApi.Controllers.Customer
/// </summary>
/// </summary>
/// <returns></returns>
/// <returns></returns>
[
HttpPost
]
[
HttpPost
]
public
ApiResult
GetS
choolPageList
()
public
ApiResult
GetS
tudentAppointmentPage
()
{
{
var
pageModel
=
Common
.
Plugin
.
JsonHelper
.
DeserializeObject
<
ResultPageModel
>(
RequestParm
.
Msg
.
ToString
());
var
pageModel
=
Common
.
Plugin
.
JsonHelper
.
DeserializeObject
<
ResultPageModel
>(
RequestParm
.
Msg
.
ToString
());
var
query
=
new
RB_Student_Appointment_Extend
()
var
query
=
new
RB_Student_Appointment_Extend
()
...
@@ -160,7 +160,7 @@ namespace Edu.WebApi.Controllers.Customer
...
@@ -160,7 +160,7 @@ namespace Edu.WebApi.Controllers.Customer
}
}
/// <summary>
/// <summary>
///
跟进
编号删除学员跟进信息
///
根据
编号删除学员跟进信息
/// </summary>
/// </summary>
/// <returns></returns>
/// <returns></returns>
[
HttpPost
]
[
HttpPost
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment