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

cn.zplatform.appapi.bean.history.track.TrackComment Maven / Gradle / Ivy

The newest version!
package cn.zplatform.appapi.bean.history.track;

import cn.zplatform.appapi.bean.history.EventCommon;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;

/**
 * 评论
 *
 * @author Lilac
 * 2020-04-01
 */
@Builder
@AllArgsConstructor
@Data
public class TrackComment extends EventCommon {

    private String contentId;
    private int contentType;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy