spring/spring boot+mybatis+phoenix
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.heibaiying.bean;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class USPopulation {
|
||||
|
||||
private String state;
|
||||
private String city;
|
||||
private long population;
|
||||
}
|
Reference in New Issue
Block a user