Commit c43d2e36 authored by gaoyingwei's avatar gaoyingwei

修改 字段加注解

parent 46b7905a
...@@ -19,6 +19,8 @@ import java.util.Date; ...@@ -19,6 +19,8 @@ import java.util.Date;
@TableName("door_device_info") @TableName("door_device_info")
public class DoorDeviceInfo extends CyIdIncreEntity<DoorDeviceInfo> { public class DoorDeviceInfo extends CyIdIncreEntity<DoorDeviceInfo> {
//id //id
@Transient
@TableField(exist = false)
private Integer id; private Integer id;
/** /**
* 设备所在地址中文(前端显示:所在位置) * 设备所在地址中文(前端显示:所在位置)
......
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