增加cellsystype

This commit is contained in:
yangrd 2025-03-20 11:16:02 +08:00
parent 8ced988725
commit 908a61d6b6

View File

@ -12,6 +12,7 @@ import ArtSystem from './artSystem';
class ArtRepairFile {
constructor(params = {}) {
this.cellsysType = "ArtRepairFile";
this.id = params.id;
this.name = params.name;
this.description = params.description;
@ -41,6 +42,7 @@ class ArtRepairFile {
//发布状态有关逻辑
this.isPublish = params.is_publish;
this.isUnlock = params.is_unlock;
this.publishRange=params.publish_range
}
//艺术品封面图