All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hn.robot.dingtalk.domain.Text Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
package com.hn.robot.dingtalk.domain;

import lombok.Data;

/**
 * 描述: Text类型
 *
 * @author shilvfei
 */
@Data
public class Text {
    /**
     *  消息内容
     */
    private String content;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy