This commit is contained in:
2024-05-08 17:17:11 +08:00
parent 0696f555b2
commit 2f1fca4df2
4528 changed files with 635638 additions and 0 deletions
@@ -0,0 +1,15 @@
using System;
namespace FineUIPro.Web.RLSB
{
public partial class WelderTrain : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
this.xunlianlabel.Value = Request.Params["identityCard"];
}
}
}
}