Commit 1c30f844 authored by tangwei's avatar tangwei

新增字段

parent 8797a06d
......@@ -58,4 +58,7 @@ public class PowerStationDto extends BaseDto {
@ApiModelProperty(value = "待执行节点小程序 路由信息")
private String nodeRouting;
@ApiModelProperty(value = "待执行节点角色")
private String nodeRole;
}
......@@ -3,6 +3,7 @@ package com.yeejoin.amos.boot.module.hygf.api.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.yeejoin.amos.boot.biz.common.entity.BaseEntity;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
......@@ -91,5 +92,6 @@ public class PowerStation extends BaseEntity {
@TableField("node_routing")
private String nodeRouting;
@TableField("node_role")
private String nodeRole;
}
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