namespace CK.SCP.UniApi.Config { public class DurationConfig { public int ERP接口发送 { get; set; } = 300; public int ERP接口接收 { get; set; } = 300; public int CsAntolinMES接口 { get; set; } = 217; public int CsAntolinJIS搜索客户零件号变更 { get; set; } = 1; public int CsAntolinJIS接收排序发货单 { get; set; } = 60; public int CsAntolinVIN执行程序 { get; set; } = 60; public int CqBmptMES接口 { get; set; } = 300; public int CqBmptEdiPut接口 { get; set; } = 600; public int CqBmptEdiGet接口 { get; set; } = 600; } }