新增:物模型日志建表

This commit is contained in:
alwayssuper
2024-12-19 16:43:56 +08:00
parent de78cc9258
commit 067130ecde
10 changed files with 292 additions and 8 deletions

View File

@@ -35,4 +35,11 @@ public interface IotConstants {
*/
String DEVICE_STABLE_NAME_FORMAT = "device_%s";
/**
* 获取物模型消息记录设备名
* <p>
* 格式为 thing_model_message_{productKey}_{deviceName}
*/
String THINK_MODEL_MESSAGE_TABLE_NAME_FORMAT = "thing_model_message_%s_%s";
}