You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.4 KiB
29 lines
1.4 KiB
namespace QMAPP.FJC.Entity.Common.Constants
|
|
{
|
|
/// <summary>
|
|
/// 完工统计常量
|
|
/// </summary>
|
|
public class CompleteStatisticsConstants
|
|
{
|
|
public const string COMP_STATIS_LSTTIME = "COMP_STATIS_LSTTIME";
|
|
public const string COMP_STATIS_PERIOD = "COMP_STATIS_PERIOD";
|
|
public const string COMP_STATIS_DELAY = "COMP_STATIS_DELAY";
|
|
public const string COMP_STATIS_FILEPATH = "COMP_STATIS_FILEPATH";
|
|
public const string COMP_STATIS_EMPLOYEE = "COMP_STATIS_EMPLOYEE";
|
|
public const string COMP_STATIS_SITE = "COMP_STATIS_SITE";
|
|
public const string COMP_STATIS_USER = "COMP_STATIS_USER";
|
|
public const string COMP_STATIS_ORDER = "COMP_STATIS_ORDER";
|
|
public const string COMP_REMOTE_PATH = "COMP_REMOTE_PATH";
|
|
public const string COMP_REMOTE_USER = "COMP_REMOTE_USER";
|
|
public const string COMP_REMOTE_PWD = "COMP_REMOTE_PWD";
|
|
public const string COMP_REMOTE_DOMAIN = "COMP_REMOTE_DOMAIN";
|
|
public const string COMP_AUTO_EXPORT = "COMP_AUTO_EXPORT";
|
|
|
|
public const string COMP_STATIS_ORDER_IP = "COMP_STATIS_ORDER_IP";
|
|
public const string COMP_STATIS_ORDER_DP = "COMP_STATIS_ORDER_DP";
|
|
public const string COMP_LINE_ORDER_IP = "COMP_LINE_ORDER_IP";
|
|
public const string COMP_LINE_ORDER_DP = "COMP_LINE_ORDER_DP";
|
|
|
|
public const string COMP_EE_CONNSTR = "COMP_EE_CONNSTR";
|
|
}
|
|
}
|
|
|