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"; } }