单网卡总流量、ipv4流量、ipv6流量合并到一个图

pppoe状态上报增加
This commit is contained in:
gaoyutao
2025-12-30 18:23:09 +08:00
parent 6e2ca8ac53
commit 08680bb46a
20 changed files with 298 additions and 58 deletions
@@ -146,4 +146,7 @@
#{id}
</foreach>
</delete>
<delete id="deleteRmNetworkInterfaceChildByClientId" parameterType="String">
delete from rm_network_interface_child where client_id = #{clientId}
</delete>
</mapper>