0
This commit is contained in:
14
Config/ContextConfig.cs
Normal file
14
Config/ContextConfig.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user