feat:(REQ-3045) 模版管理V3-增加按钮列表中名称

This commit is contained in:
xudawei 2024-10-10 19:01:34 +08:00
parent 3e723a11d0
commit 73c9e7a486

View File

@ -79,6 +79,11 @@ public class MessageTemplateButtonV3DTO implements Serializable {
*/
private Integer priority;
/**
* 按钮名称
*/
private String name;
/**
* <p>要改2处都要记得改
*/