提交 4b949840 编写于 作者: 1 18356073052

添加素材更换分组传输对象

上级 36a4a2c4
package com.linkwechat.wecom.domain.dto;
import lombok.Data;
/**
* 更换分组传输对象
*/
@Data
public class ResetCategoryDto {
/**
*类目id
*/
private String categoryId;
/**
* 素材id列表,通过逗号拼接
*/
private String materials;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册