feat: 标签实体新增字段
This commit is contained in:
@@ -452,4 +452,11 @@ public class LawsTag implements Serializable {
|
||||
@ApiModelProperty(value = "使用范围(1:国标 3:企标)")
|
||||
@Dict(dicCode = "clause_usable_range")
|
||||
private String usableRange;
|
||||
|
||||
/**
|
||||
* 跳转URL
|
||||
*/
|
||||
@TableField(value = "tree_first_href")
|
||||
@ApiModelProperty(value = "树形一级跳转URL")
|
||||
private String treeFirstHref;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user