管理列表改为数据库筛选、按教学任务服务端分页(10–100 条/页)。 增加开课学院、课程名称/编码、教学班、任课教师、教学任务号筛选。 增加当前页草稿项目的批量选中、批量发布、批量删除;后端会再次校验权限、状态和发布条件。 确认框改为固定居中白色底板与阴影,不再出现只有文字按钮、没有底色的情况。
20 lines
604 B
C#
20 lines
604 B
C#
// <auto-generated />
|
|
using Jiaowu.Api.Infrastructure.Persistence;
|
|
using Microsoft.EntityFrameworkCore;
|
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
|
using Microsoft.EntityFrameworkCore.Migrations;
|
|
|
|
#nullable disable
|
|
|
|
namespace Jiaowu.Api.Infrastructure.Persistence.Migrations.MySql;
|
|
|
|
[DbContext(typeof(AppDbContext))]
|
|
[Migration("20260809114000_SplitCentralizedExperimentProjectsByWeek")]
|
|
partial class SplitCentralizedExperimentProjectsByWeek
|
|
{
|
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
|
{
|
|
modelBuilder.HasAnnotation("ProductVersion", "10.0.10");
|
|
}
|
|
}
|