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

com.higgschain.trust.slave.dao.po.manage.PolicyPO Maven / Gradle / Ivy

package com.higgschain.trust.slave.dao.po.manage;

import com.higgschain.trust.common.mybatis.BaseEntity;
import lombok.Getter;
import lombok.Setter;

import java.util.Date;

/**
 * The type Policy po.
 *
 * @author tangfashuang  policy po
 */
@Getter
@Setter public class PolicyPO extends BaseEntity {
    /**
     * policy ID
     */
    private String policyId;
    /**
     * policy name
     */
    private String policyName;
    /**
     * related rs ids
     */
    private String rsIds;

    /**
     * create time
     */
    private Date createTime;
    /**
     * the decision type for vote ,1.FULL_VOTE,2.ONE_VOTE
     */
    private String decisionType;
    /**
     * the contract address for vote rule
     */
    private String contractAddr;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy