Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/model/SmPasswordStrategyForPlatform1.java
@@ -1,10 +1,15 @@
package com.vci.frameworkcore.model;
import com.vci.frameworkcore.constant.FrameWorkBtmTypeConstant;
import com.vci.starter.web.annotation.VciBtmType;
import com.vci.starter.web.constant.FrameWorkLcStatusConstant;
import java.util.Date;
/**
 * 原平台的密码安全策略
 */
@VciBtmType(name = FrameWorkBtmTypeConstant.SM_PASSWORD_STRATEGY,tableName = "plpasswordstrategy",lifeCycle = FrameWorkLcStatusConstant.EMTYPE_LIFE_CYCLE)
public class SmPasswordStrategyForPlatform1 {
    /**
     * 主键
@@ -22,7 +27,7 @@
    private Integer plength;
    /**
     *
     * 有效天数
     */
    private Integer poverdueday;
@@ -77,7 +82,7 @@
    private Integer pcharspecies;
    /**
     * 许可
     * 授权者
     */
    private String pllicensors;
@@ -87,7 +92,7 @@
    private Integer plmaxlength;
    /**
     * 需要的类型
     * 需要的类型(必填种类字段)
     */
    private Integer plrequiredtype;