15 lines
309 B
C#
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;
|
|||
|
|
}
|
|||
|
|
}
|