namespace Tnb.BasicData { /// /// 工厂基础数据 /// public static class FactoryConfigConst { /// /// 报工是否允许超过工单计划数 是:1 否 :0 /// public const string IS_SURPASS = "is_surpass"; /// /// 报工允许超过工单计划数百分比 例:填写10就是10% /// public const string IS_SURPASS_PERCENTAGE = "is_surpass_percentage"; /// /// 域名 /// public const string DOMAIN = "domain"; /// /// 空载具出库数量 /// public const string EmptyCarryOutNum = "EmptyCarryOutNum"; /// /// BIP地址 /// public const string BIPURL = "bipUrl"; /// /// 白班夜班时间 /// public const string DAYNIGHTWORKTIME = "dayNightWorkTime"; /// /// 是否立刻调用erp接口 /// public const string CALLERP = "callErp"; /// /// 换批号数量 /// public const string CHANGEBATCHNUM = "changeBatchNum"; /// /// 换批号天数 /// public const string CHANGEBATCHDAY = "changeBatchDay"; /// /// erp全物料更新 /// public const string MATERIALALLUPDATE = "materialAllUpDate"; } }