Commit b8852f9e authored by 003's avatar 003

1.8 更新表字段

parent ed8dd470
......@@ -29,12 +29,6 @@ public class DeviceInfoPO implements Serializable {
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
/**
* 设备编号(出厂编号)
*/
@TableField("product_code")
private String productCode;
@TableField("device_id")
private String deviceId;
......
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