增加cellsystype
This commit is contained in:
parent
8ced988725
commit
908a61d6b6
@ -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
|
||||
}
|
||||
|
||||
//艺术品封面图
|
||||
|
Loading…
x
Reference in New Issue
Block a user