资料中心添加字段 dataExplain
This commit is contained in:
@@ -50,6 +50,10 @@ public class FileMaterial extends BaseEntity {
|
||||
@TableField("attach_file_id")
|
||||
private String attachFileId;
|
||||
|
||||
@ApiModelProperty(value = "资料说明")
|
||||
@TableField("data_explain")
|
||||
private String dataExplain;
|
||||
|
||||
|
||||
@ApiModelProperty(value = "点击量")
|
||||
@TableField("click_count")
|
||||
|
||||
Reference in New Issue
Block a user