platform/wms/GoodIn.aspx.cs

14 lines
259 B
C#
Raw Normal View History

2024-02-18 23:33:54 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class wms_GoodIn : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
}
}