|
@@ -206,6 +206,11 @@ namespace mxdemo.Mind
|
|
|
|
|
|
public interface IElectiveService
|
|
public interface IElectiveService
|
|
{
|
|
{
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 校长-选科状态
|
|
|
|
+ /// </summary>
|
|
|
|
+ RoundForFlow getElectiveStatus({year, roundId});
|
|
|
|
+
|
|
#region getElectiveSummary
|
|
#region getElectiveSummary
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 选科过程中的统计数据值,除了要展示之外还需要做查询支持
|
|
/// 选科过程中的统计数据值,除了要展示之外还需要做查询支持
|