You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
namespace Sln.Wcs.Business.Domain.Enum;
|
|
|
|
public enum BusinessStatusEnum
|
|
{
|
|
成功 = 0,
|
|
参数相关的错误 = 1,
|
|
重复发送上层系统不需要重发 = 6,
|
|
其他未知错误调用失败后可以重试 = 99,
|
|
该任务不存在上层系统不需重发需要人工介入处理=100,
|
|
SDK调用异常=101,
|
|
} |