fix bean bug

This commit is contained in:
Looly
2020-10-21 13:12:02 +08:00
parent e2f3a3b622
commit 4e46606e60
4 changed files with 17 additions and 19 deletions

View File

@@ -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;