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.
|
|
|
|
# ket值,license表示人数,对应企业版;duration表示月数,对应个人版;
|
|
|
|
|
class EcloudServieceServicepara < ActiveRecord::Base
|
|
|
|
|
# attr_accessible :key, :value, :ecloud_service_id
|
|
|
|
|
belongs_to :ecloud_service
|
|
|
|
|
end
|