mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix bean bug
This commit is contained in:
@@ -465,6 +465,8 @@ public class BeanUtilTest {
|
||||
|
||||
@Data
|
||||
public static class HllFoodEntity implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String bookId;
|
||||
@Alias("code")
|
||||
private String code2;
|
||||
|
Reference in New Issue
Block a user