20240523 菜单精简

This commit is contained in:
2024-05-23 09:41:47 +08:00
parent 3de388f25d
commit e1517d9238
70 changed files with 1029 additions and 569 deletions
@@ -90,5 +90,17 @@ namespace FineUIPro.Web.BoSheng
this.GridBind();
}
#endregion
#region
/// <summary>
/// 同步培训记录
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void btnRefresh_Click(object sender, EventArgs e)
{
BOSHENGMonitorService.AddData(null, null);
}
#endregion
}
}