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