Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/pagemodel/SmPasswordStrategyVO.java
@@ -59,6 +59,22 @@
     */
    private Integer requireCharCount;
    /**
     * 授权者
     */
    private String licensors;
    public void setLicensors(String licensors) {
        this.licensors = licensors;
    }
    public String getLicensors() {
        return licensors;
    }
    public String getRequireCharType() {
        return requireCharType;
    }
    public Integer getRequireCharCount() {
        return requireCharCount;
@@ -124,7 +140,7 @@
        this.maxLength = maxLength;
    }
    public String getRequireCharType() {
    public String getRequireCharType(Integer plrequiredtype) {
        return requireCharType;
    }