分支自 ~yxh/smartor
smartor/src/main/java/com/smartor/domain/BaseTag.java @@ -80,4 +80,10 @@ @Excel(name = " 上传时间 ", width = 30, dateFormat = "yyyy-MM-dd") private Date uploadTime; /** * 是否开启 */ @ApiModelProperty("是否开启 1开启 0关闭") private Integer isenable; }