Commit 217889b7 authored by unset's avatar unset

完善接口信息

parent 949a98c3
...@@ -138,6 +138,11 @@ public class IndustryApplicationInfo implements Serializable { ...@@ -138,6 +138,11 @@ public class IndustryApplicationInfo implements Serializable {
@ApiModelProperty(value = "修改时间", hidden = true ) @ApiModelProperty(value = "修改时间", hidden = true )
private Date updTime; private Date updTime;
/**
* 是否提供定制:1、提供,2、不提供
*/
private Integer customized;
@Transient @Transient
private String firstTitle; private String firstTitle;
......
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