Piolot_Order_TH/Config/ContextConfig.cs
2025-08-08 10:36:02 +08:00

15 lines
309 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GZ_LTHPilot_ORDER.Config
{
internal class ContextConfig
{
public static string DefaultUserName = "ERP6";
public static int DefaultUserId = 131409;
}
}