From 899e021604c2dc1660fe9b240f041f7bef56563b Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 28 十月 2022 15:08:08 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_server
---
ycl-platform/src/main/java/com/ycl/entity/common/ImageResources.java | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/ycl-platform/src/main/java/com/ycl/entity/common/ImageResources.java b/ycl-platform/src/main/java/com/ycl/entity/common/ImageResources.java
index 7b9678a..61f215d 100644
--- a/ycl-platform/src/main/java/com/ycl/entity/common/ImageResources.java
+++ b/ycl-platform/src/main/java/com/ycl/entity/common/ImageResources.java
@@ -14,7 +14,7 @@
/**
* <p>
- * 绫昏鏄�
+ * 鍥剧墖璧勬簮
* </p>
*
* @author mg
@@ -31,31 +31,37 @@
* id
*/
@TableId(value = "id", type = IdType.AUTO)
- @ApiModelProperty(value = "id",dataType = "Integer")
- private Integer id;
+ @ApiModelProperty(value = "id")
+ private Long id;
+ /**
+ * 鎵�灞濱d
+ */
+ @TableField("belong_to_id")
+ @ApiModelProperty(value = "鎵�灞濱d")
+ private Long belongToId;
/**
* 鍥剧墖绫诲瀷
*/
@TableField("type")
- @ApiModelProperty(value = "鍥剧墖绫诲瀷",dataType = "String")
+ @ApiModelProperty(value = "鍥剧墖绫诲瀷")
private String type;
/**
* 璺緞
*/
@TableField("url")
- @ApiModelProperty(value = "璺緞",dataType = "String")
+ @ApiModelProperty(value = "璺緞")
private String url;
/**
* 鍒涘缓浜�
*/
@TableField("create_user")
- @ApiModelProperty(value = "鍒涘缓浜�",dataType = "Integer")
+ @ApiModelProperty(value = "鍒涘缓浜�")
private Integer createUser;
/**
* 鍒涘缓鏃堕棿
*/
@TableField("create_time")
- @ApiModelProperty(value = "鍒涘缓鏃堕棿",dataType = "Date")
+ @ApiModelProperty(value = "鍒涘缓鏃堕棿")
private Date createTime;
}
--
Gitblit v1.8.0