Commit 44e62df6 authored by rjb's avatar rjb

添加字段

parent cc5a241a
...@@ -24,6 +24,10 @@ public class AmosToolTemplateModel extends BaseModel { ...@@ -24,6 +24,10 @@ public class AmosToolTemplateModel extends BaseModel {
@ApiModelProperty(value = "效果图") @ApiModelProperty(value = "效果图")
protected String sketch; protected String sketch;
/** /**
* 所属机构
*/
private String agencyName;
/**
* 查看次数 * 查看次数
*/ */
private Integer viewTimes; private Integer viewTimes;
......
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