Commit 97659aed authored by chenzhao's avatar chenzhao

修改代码

parent 2259e2ec
......@@ -13,8 +13,8 @@ public class SwitchPicture {
@TableField(value = "sequence_nbr")
public long sequenceNumber;
@TableField(value = "station_id")
public String stationId;
@TableField(value = "gateway_id")
public String gatewayId;
@TableField(value = "switch_num")
public String switchNum;
......
......@@ -4,5 +4,5 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yeejoin.amos.boot.module.jxiop.biz.entity.SwitchPicture;
public interface SwitchPictureMapper extends BaseMapper<SwitchPicture> {
SwitchPicture getSwitchUrl(String stationId,String switchNum);
SwitchPicture getSwitchUrl(String gatewayId,String switchNum);
}
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