20240523 菜单精简
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user