Commit 51d2898e by Jbb

图层 实体 驼峰规则

parent cd67ab98
......@@ -16,7 +16,7 @@ import java.util.Date;
public class TbStLayerData extends PageInfo implements Serializable {
@TableId(value = "xxzjbh")
private String xxzjbh;
//@TableField(value = "gl_xxzjbh")
@TableField(value = "gl_xxzjbh")
private String glXxzjbh;
private double x; //经度
private double y; //纬度
......
......@@ -65,7 +65,7 @@ public class TbStLayerDataController {
TbStLayerData point = new TbStLayerData();
id = KeyUtil.getUUIDKey("D");
point.setXxzjbh(id);
point.setGl_xxzjbh(layerId);
point.setGlXxzjbh(layerId);
XSSFRow row = sheetAt.getRow(i);
//获取excel有多少列
short lastCellNum = row.getLastCellNum();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment