20240122 生产人员培训

This commit is contained in:
2024-01-22 22:14:57 +08:00
parent 74e2a00958
commit 8a401a66ff
30 changed files with 5124 additions and 731 deletions
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace FineUIPro.Web.TestRun.PersonTrain
{
public partial class TrainContract : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}