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

com.hp.message.domain.result.GroupResult Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.hp.message.domain.result;

import lombok.Data;

import java.util.Date;

/**
 * @author 尚肖磊
 * @create 2021-06-09 18:26
 * @Description: 项目分组结果类s
 */
@Data
public class GroupResult {

    private Integer groupId;

    private Integer companyId;

    private Integer projectId;

    private Integer equiCount;

    private String groupName;

    private String groupDesc;

    private Integer groupSort;

    private Date createTime;

    private Date updateTime;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy