|
@@ -28,7 +28,7 @@ public class PdmExamineRoleTarget extends BaseEntity
|
|
|
|
|
|
/** 最大区间 */
|
|
|
@Excel(name = "最大区间")
|
|
|
- private Integer maxNum;
|
|
|
+ private String maxNum;
|
|
|
|
|
|
public void setId(Long id)
|
|
|
{
|
|
@@ -57,12 +57,12 @@ public class PdmExamineRoleTarget extends BaseEntity
|
|
|
{
|
|
|
return minNum;
|
|
|
}
|
|
|
- public void setMaxNum(Integer maxNum)
|
|
|
+ public void setMaxNum(String maxNum)
|
|
|
{
|
|
|
this.maxNum = maxNum;
|
|
|
}
|
|
|
|
|
|
- public Integer getMaxNum()
|
|
|
+ public String getMaxNum()
|
|
|
{
|
|
|
return maxNum;
|
|
|
}
|