add
wangpengfei
2023-07-21 b932538cd4d2090ae82c790441002ad44b0da46a
pkg/ecode/code.go
@@ -352,11 +352,28 @@
   IsInvoiceSetErr    = 5100004 // 设置是否开票失败
   IsInvoiceUpdateErr = 5100005 // 更新是否开票失败
   AccountIdExist     = 5200001 // 账户已存在
   AccountIdNotExist  = 5200002 // 账户不存在
   AccountIdListErr   = 5200003 // 获取账户列表失败
   AccountIdSetErr    = 5200004 // 设置账户失败
   AccountIdUpdateErr = 5200005 // 更新账户失败
   AccountIdExist     = 5000001 // 账户已存在
   AccountIdNotExist  = 5000002 // 账户不存在
   AccountIdListErr   = 5000003 // 获取账户列表失败
   AccountIdSetErr    = 5000004 // 设置账户失败
   AccountIdUpdateErr = 5000005 // 更新账户失败
   SalesReturnStatusExist     = 5300001 // 退货单状态已存在
   SalesReturnStatusNotExist  = 5300002 // 退货单状态不存在
   SalesReturnStatusListErr   = 5300003 // 获取退货单状态列表失败
   SalesReturnStatusSetErr    = 5300004 // 设置退货单状态失败
   SalesReturnStatusUpdateErr = 5300005 // 更新退货单状态失败
)
   RepositoryExist     = 5400001 // 退货仓库已存在
   RepositoryNotExist  = 5400002 // 退货仓库不存在
   RepositoryListErr   = 5400003 // 获取退货仓库列表失败
   RepositorySetErr    = 5400004 // 设置退货仓库失败
   RepositoryUpdateErr = 5400005 // 更新退货仓库失败
   QuotationStatusExist     = 5500001 // 报价单状态已存在
   QuotationStatusNotExist  = 5500002 // 报价单状态不存在
   QuotationStatusListErr   = 5500003 // 获取报价单状态列表失败
   QuotationStatusSetErr    = 5500004 // 设置报价单状态失败
   QuotationStatusUpdateErr = 5500005 // 更新报价单状态失败
)