Commit 3df471f5 authored by lining's avatar lining

feat: 子类服务详情字段

parent cf8363b9
......@@ -88,5 +88,9 @@ public class ServiceSubclass implements Serializable {
@ApiModelProperty("服务富文本详情")
private String textDescription;
@Column(name = "detail_img")
@ApiModelProperty("详情图片")
private String detailImg;
private static final long serialVersionUID = 1L;
}
\ No newline at end of file
......@@ -32,4 +32,7 @@ public class ServiceSubclassVO {
@ApiModelProperty("服务富文本详情")
private String textDescription;
@ApiModelProperty("详情图片")
private String detailImg;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment