Browse Source

升级2.0.0

master
陈裕财 2 years ago
parent
commit
12375bf966
  1. 24
      mdp-form/src/main/java/com/mdp/form/entity/FormQx.java

24
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 qRoleids;
@ApiModelProperty(notes="允许那些部门查询,号分割",allowEmptyValue=true,example="",allowableValues="")
String QDeptids;
String qDeptids;
@ApiModelProperty(notes="允许哪些人查询,号分割",allowEmptyValue=true,example="",allowableValues="")
String QUserids;
String qUserids;
@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 qMinLvl;
@ApiModelProperty(notes="允许那些角色更新,号分割",allowEmptyValue=true,example="",allowableValues="")
String ERoleids;
String eRoleids;
@ApiModelProperty(notes="允许那些部门更新,号分割",allowEmptyValue=true,example="",allowableValues="")
String EDeptids;
String eDeptids;
@ApiModelProperty(notes="允许哪些人更新号分割",allowEmptyValue=true,example="",allowableValues="")
String EUserids;
String eUserids;
@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 dRoleids;
@ApiModelProperty(notes="允许那些部门删除,号分割",allowEmptyValue=true,example="",allowableValues="")
String DDeptids;
String dDeptids;
@ApiModelProperty(notes="允许哪些人删除,号分割",allowEmptyValue=true,example="",allowableValues="")
String DUserids;
String dUserids;
@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 eMinLvl;
@ApiModelProperty(notes="最低级别删除权限",allowEmptyValue=true,example="",allowableValues="")
String DMinLvl;
String dMinLvl;
/**
*表单编号

Loading…
Cancel
Save