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.
 
 
 
 
 

15 lines
641 B

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