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

com.gccloud.starter.common.config.bean.DefaultColumnValue Maven / Gradle / Ivy

package com.gccloud.starter.common.config.bean;

import lombok.Data;

/**
 * 默认列值
 *
 * @author liuchengbiao
 * @date 2021/7/8 2:34 下午
 */
@Data
public class DefaultColumnValue {
    /**
     * 默认租户ID
     */
    private String tenantId = "2";
    /**
     * 默认创建者
     */
    private String createBy = "2";
    /**
     * 默认更新者
     */
    private String updateBy = "2";
    /**
     * 默认行政机构
     */
    private String orgId = "1";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy