Commit 8797a06d authored by tangwei's avatar tangwei

怎加字段

parent 11b81232
package com.yeejoin.amos.boot.module.hygf.api.dto;
import com.baomidou.mybatisplus.annotation.TableField;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import com.yeejoin.amos.boot.biz.common.dto.BaseDto;
......@@ -55,4 +56,6 @@ public class PowerStationDto extends BaseDto {
@ApiModelProperty(value = "农户id")
private String peasantHouseholdId;
@ApiModelProperty(value = "待执行节点小程序 路由信息")
private String nodeRouting;
}
......@@ -88,4 +88,8 @@ public class PowerStation extends BaseEntity {
@TableField("peasant_household_id")
private String peasantHouseholdId;
@TableField("node_routing")
private String nodeRouting;
}
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