|
@@ -23,34 +23,34 @@ public class SceneEntity extends BaseEntity implements Serializable {
|
|
|
@ApiModelProperty(value = "场景名称")
|
|
|
private String sceneTitle;
|
|
|
|
|
|
- @ApiModelProperty(value = "场景url")
|
|
|
- private String webSite;
|
|
|
+// @ApiModelProperty(value = "场景url")
|
|
|
+// private String webSite;
|
|
|
|
|
|
- @ApiModelProperty(value = "简介")
|
|
|
- private String description;
|
|
|
+// @ApiModelProperty(value = "简介")
|
|
|
+// private String description;
|
|
|
|
|
|
- @ApiModelProperty(value = "提交用户Id")
|
|
|
- private Long submitId;
|
|
|
+// @ApiModelProperty(value = "提交用户Id")
|
|
|
+// private Long submitId;
|
|
|
+//
|
|
|
+// @ApiModelProperty(value = "提交用户名称")
|
|
|
+// private String submitName;
|
|
|
+//
|
|
|
+// @ApiModelProperty(value = "审核者Id")
|
|
|
+// private Long auditId;
|
|
|
|
|
|
- @ApiModelProperty(value = "提交用户名称")
|
|
|
- private String submitName;
|
|
|
+// @ApiModelProperty(value = "状态,1:草稿中,2:待审核,3:审核不通过,4:审核通过")
|
|
|
+// private Integer status;
|
|
|
|
|
|
- @ApiModelProperty(value = "审核者Id")
|
|
|
- private Long auditId;
|
|
|
-
|
|
|
- @ApiModelProperty(value = "状态,1:草稿中,2:待审核,3:审核不通过,4:审核通过")
|
|
|
- private Integer status;
|
|
|
-
|
|
|
- @ApiModelProperty(value = "原因")
|
|
|
- private String reason;
|
|
|
+// @ApiModelProperty(value = "原因")
|
|
|
+// private String reason;
|
|
|
|
|
|
@ApiModelProperty(value = "是否显示,1:是, 0:否")
|
|
|
private Integer display;
|
|
|
|
|
|
- @ApiModelProperty(value = "类型,in:室内, out:室外")
|
|
|
- private String type;
|
|
|
+// @ApiModelProperty(value = "类型,in:室内, out:室外")
|
|
|
+// private String type;
|
|
|
|
|
|
- @ApiModelProperty(value = "排序")
|
|
|
- private Integer sort;
|
|
|
+// @ApiModelProperty(value = "排序")
|
|
|
+// private Integer sort;
|
|
|
|
|
|
}
|