shenyijian
2023-12-14 0346ed9f9760bfd136ec01bf14df7fe95f59a603
src/main/java/com/dji/sample/manage/model/entity/DeviceHmsEntity.java
@@ -23,6 +23,8 @@
@TableName(value = "manage_device_hms")
public class DeviceHmsEntity implements Serializable, Cloneable {
    private static final long serialVersionUID = -12L;
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;