Commit df034b85 authored by 周健威's avatar 周健威

Merge remote-tracking branch 'origin/dev' into dev

parents 5a540575 9a953531
......@@ -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