|
@@ -51,6 +51,7 @@ public class PlatformScript {
|
|
this.createTime = createTime;
|
|
this.createTime = createTime;
|
|
this.modifyTime = modifyTime;
|
|
this.modifyTime = modifyTime;
|
|
this.downloadUrl = downloadUrl;
|
|
this.downloadUrl = downloadUrl;
|
|
|
|
+ this.projectId=projectId;
|
|
this.deleted = "N";
|
|
this.deleted = "N";
|
|
this.canDelete = "Y";
|
|
this.canDelete = "Y";
|
|
}
|
|
}
|