Commit bdc7cc22 by zhangkb

修改标签元数据实体

parent 0ab42086
...@@ -28,7 +28,6 @@ public class TagMetadata implements Serializable, IExcelModel, IExcelDataModel{ ...@@ -28,7 +28,6 @@ public class TagMetadata implements Serializable, IExcelModel, IExcelDataModel{
private String metaName; private String metaName;
@Excel(name = "标签名称", orderNum = "3", width=30) @Excel(name = "标签名称", orderNum = "3", width=30)
@NotNull
private String tagName; private String tagName;
public String getMetaModel() { public String getMetaModel() {
......
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