mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	fix 修复 TestDemo 的 bo 和 vo 与 entity 属性类型不匹配问题
This commit is contained in:
		@@ -49,7 +49,7 @@ public class TestDemoBo extends BaseEntity {
 | 
				
			|||||||
     */
 | 
					     */
 | 
				
			||||||
    @ApiModelProperty("排序号")
 | 
					    @ApiModelProperty("排序号")
 | 
				
			||||||
    @NotNull(message = "排序号不能为空", groups = {AddGroup.class, EditGroup.class})
 | 
					    @NotNull(message = "排序号不能为空", groups = {AddGroup.class, EditGroup.class})
 | 
				
			||||||
    private Long orderNum;
 | 
					    private Integer orderNum;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * key键
 | 
					     * key键
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -48,7 +48,7 @@ public class TestDemoVo {
 | 
				
			|||||||
     */
 | 
					     */
 | 
				
			||||||
    @ExcelProperty(value = "排序号")
 | 
					    @ExcelProperty(value = "排序号")
 | 
				
			||||||
    @ApiModelProperty("排序号")
 | 
					    @ApiModelProperty("排序号")
 | 
				
			||||||
    private Long orderNum;
 | 
					    private Integer orderNum;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * key键
 | 
					     * key键
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user