Commit 9a953531 authored by chenyan's avatar chenyan

2024/04/27_行业应用新增字段

parent 558d9a9c
......@@ -50,6 +50,13 @@ public class IndustryApplicationInfo implements Serializable {
@ApiModelProperty(value = "详情图")
private String detailImg;
/**
* 详细描述
*/
@Column(name = "intro")
@ApiModelProperty(value = "简介")
private String intro;
/**
* 详细描述
*/
......
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