Class: EducodeSales::FollowUp

Inherits:
ApplicationRecord show all
Includes:
Deletable
Defined in:
app/models/educode_sales/follow_up.rb

Constant Summary collapse

BUSINESS_DEPLOYMENT =

todo O类商机特有字段-部署类型(因此不写入common表中)

[
  ["请选择", nil],
  ["公有云", 1],
  ["私有云", 2],
  ["混合云", 3]
]
InfoClazz =
['跟进信息', '建议信息', '评论信息', '审核信息']

Method Summary

Methods included from Deletable

#soft_destroy