主管理员 1 week ago
parent
commit
9289440def
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      jeecg-boot/jeecg-boot-module/jeecgboot-boot-applet/src/main/java/org/jeecg/modules/demo/appletTtsTimbre/entity/AppletTtsTimbre.java

+ 3
- 0
jeecg-boot/jeecg-boot-module/jeecgboot-boot-applet/src/main/java/org/jeecg/modules/demo/appletTtsTimbre/entity/AppletTtsTimbre.java View File

@ -81,4 +81,7 @@ public class AppletTtsTimbre implements Serializable {
@Excel(name = "启用", width = 15,replace = {"是_Y","否_N"} ) @Excel(name = "启用", width = 15,replace = {"是_Y","否_N"} )
@Schema(description = "启用") @Schema(description = "启用")
private java.lang.String status; private java.lang.String status;
@Excel(name = "提示", width = 15)
@Schema(description = "提示")
private java.lang.String tips;
} }

Loading…
Cancel
Save