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

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

package com.gccloud.starter.common.config.bean;
import lombok.Data;


@Data
public class Audit {

    /**
     *用户密码定期修改时间  单位:天
     */
    private Integer changeDays = 30;
    /**
     * 用户长期未登录时间  单位: 天
     */
    private Integer notLoginDays = 30;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy