新增:数据集部分接口

This commit is contained in:
2024-04-01 17:23:56 +08:00
parent 0a13387c1c
commit dbfbee78fa
7 changed files with 62 additions and 3 deletions

View File

@@ -17,5 +17,6 @@
class ProjectDataset < ApplicationRecord
belongs_to :project
has_many :attachments, as: :container, dependent: :destroy
end