新增:声明感知消息

This commit is contained in:
2023-03-13 14:36:32 +08:00
parent 9c5d1e2900
commit 2b63d48ecb
6 changed files with 44 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ class Issue < ApplicationRecord
has_many :journals, :as => :journalized, :dependent => :destroy
has_many :journal_details, through: :journals
has_many :claims, :dependent => :destroy
has_many :claim_users, through: :claims, source: :user
has_many :issue_tags_relates, dependent: :destroy
has_many :issue_tags, through: :issue_tags_relates
has_many :issue_times, dependent: :destroy