更改FTP文件导入

This commit is contained in:
2026-01-28 15:04:16 +08:00
parent f65fa21760
commit b940170607
44 changed files with 2748 additions and 271 deletions

View File

@@ -0,0 +1,18 @@
using System.Windows.Controls;
namespace FATrace.WPLApp.Views
{
/// <summary>
/// FactoryRawInboundView.xaml 的交互逻辑
/// </summary>
public partial class FactoryRawInboundView : UserControl
{
/// <summary>
/// 构造函数
/// </summary>
public FactoryRawInboundView()
{
InitializeComponent();
}
}
}