diff --git a/mdp-form/src/main/java/com/mdp/form/entity/FormQx.java b/mdp-form/src/main/java/com/mdp/form/entity/FormQx.java index aa5e568..44e062c 100644 --- a/mdp-form/src/main/java/com/mdp/form/entity/FormQx.java +++ b/mdp-form/src/main/java/com/mdp/form/entity/FormQx.java @@ -26,15 +26,15 @@ public class FormQx implements java.io.Serializable { @ApiModelProperty(notes="允许那些角色查询,号分割",allowEmptyValue=true,example="",allowableValues="") - String qRoleids; + String qryRoleids; @ApiModelProperty(notes="允许那些部门查询,号分割",allowEmptyValue=true,example="",allowableValues="") - String qDeptids; + String qryDeptids; @ApiModelProperty(notes="允许哪些人查询,号分割",allowEmptyValue=true,example="",allowableValues="") - String qUserids; + String qryUserids; @ApiModelProperty(notes="禁止哪些角色查询",allowEmptyValue=true,example="",allowableValues="") @@ -66,19 +66,19 @@ public class FormQx implements java.io.Serializable { @ApiModelProperty(notes="最低级别查询权限",allowEmptyValue=true,example="",allowableValues="") - String qMinLvl; + String qryMinLvl; @ApiModelProperty(notes="允许那些角色更新,号分割",allowEmptyValue=true,example="",allowableValues="") - String eRoleids; + String editRoleids; @ApiModelProperty(notes="允许那些部门更新,号分割",allowEmptyValue=true,example="",allowableValues="") - String eDeptids; + String editDeptids; @ApiModelProperty(notes="允许哪些人更新号分割",allowEmptyValue=true,example="",allowableValues="") - String eUserids; + String editUserids; @ApiModelProperty(notes="禁止哪些角色更新",allowEmptyValue=true,example="",allowableValues="") @@ -94,15 +94,15 @@ public class FormQx implements java.io.Serializable { @ApiModelProperty(notes="允许那些角色删除,号分割",allowEmptyValue=true,example="",allowableValues="") - String dRoleids; + String delRoleids; @ApiModelProperty(notes="允许那些部门删除,号分割",allowEmptyValue=true,example="",allowableValues="") - String dDeptids; + String delDeptids; @ApiModelProperty(notes="允许哪些人删除,号分割",allowEmptyValue=true,example="",allowableValues="") - String dUserids; + String delUserids; @ApiModelProperty(notes="禁止哪些角色删除",allowEmptyValue=true,example="",allowableValues="") @@ -118,11 +118,11 @@ public class FormQx implements java.io.Serializable { @ApiModelProperty(notes="最低级别更新权限",allowEmptyValue=true,example="",allowableValues="") - String eMinLvl; + String editMinLvl; @ApiModelProperty(notes="最低级别删除权限",allowEmptyValue=true,example="",allowableValues="") - String dMinLvl; + String delMinLvl; /** *表单编号