|
@@ -22,7 +22,7 @@ import lombok.experimental.Accessors;
|
|
|
* 预警人员表(IdenWarningPerson)å®ä½ç±»
|
|
|
*
|
|
|
* @author makejava
|
|
|
- * @since 2021-12-27 12:50:33
|
|
|
+ * @since 2021-12-27 12:54:39
|
|
|
*/
|
|
|
|
|
|
@Data
|
|
@@ -31,7 +31,7 @@ import lombok.experimental.Accessors;
|
|
|
@TableName("iden_warning_person")
|
|
|
@ApiModel(value = "预警人员表", description = "")
|
|
|
public class IdenWarningPerson implements Serializable {
|
|
|
- private static final long serialVersionUID = 303079861243532429L;
|
|
|
+ private static final long serialVersionUID = -29739343678149348L;
|
|
|
|
|
|
@TableId(value = "ID", type = IdType.AUTO)
|
|
|
private Long id;
|