【代码评审】IoT:模拟设备发送的 review

This commit is contained in:
YunaiV
2024-12-19 21:23:07 +08:00
parent 95067fd6c6
commit b2434b7b41
8 changed files with 40 additions and 29 deletions

View File

@@ -40,6 +40,6 @@ public interface IotConstants {
* <p>
* 格式为 thing_model_message_{productKey}_{deviceName}
*/
String THINK_MODEL_MESSAGE_TABLE_NAME_FORMAT = "thing_model_message_%s_%s";
String THING_MODEL_MESSAGE_TABLE_NAME_FORMAT = "thing_model_message_%s_%s";
}