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

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

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

import lombok.Data;

/**
 * 描述: At
 *
 * @author shilvfei
 */
@Data
public class At {
    /**
     * 被@人的手机号(在text内容里要有@手机号)
     */
    private String[] atMobiles;
    /**
     * 所有人时:true,否则为:false
     */
    private boolean isAtAll;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy