4;"" 经销商相关错误码 5011xx """
+ """ 经销商相关错误码 5012xx """
DISTRIBUTOR_NOT_FOUND = StatusCodeField(501201, 'Distributor Not Found', description=u'经销商不存在')
+class ProductMachineStatusCode(BaseStatusCode):
+ """ 机器相关错误码 5013xx """
+ SN_NOT_FOUND = StatusCodeField(501301, 'SN Not Found', description=u'序列号不存在')
+
+
class ProductStatusCode(BaseStatusCode):
""" 产品相关错误码 5020xx """
PRODUCT_NOT_FOUND = StatusCodeField(502001, 'Product Not Found', description=u'产品不存在')