|
@@ -46,7 +46,7 @@ public class Gateway implements TransPojo {
|
|
* 安装位置ID
|
|
* 安装位置ID
|
|
*/
|
|
*/
|
|
@TableField("location_id")
|
|
@TableField("location_id")
|
|
- @Trans(type = TransType.SIMPLE, target = BasePigpen.class, fields = {"buildName","lng","lna"}, alias = "build", refs = {"locationName","lng","lat"})
|
|
|
|
|
|
+ @Trans(type = TransType.SIMPLE, target = BasePigpen.class, fields = {"buildName","lng","lat"}, alias = "build", refs = {"locationName","lng","lat"})
|
|
private Integer locationId;
|
|
private Integer locationId;
|
|
|
|
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|