daq_template表名更新为 point_template

This commit is contained in:
DYL0109 2025-07-21 18:53:56 +08:00
parent 4863754133
commit a1677b477a

View File

@ -6,6 +6,6 @@
"name",
device_type,
gateway_key
FROM daq_template;
FROM point_template;
</select>
</mapper>