增加电梯表

This commit is contained in:
15683799673
2025-07-10 08:45:01 +08:00
parent 8ad79b4369
commit f98e94ecd1
16 changed files with 986 additions and 10 deletions

View File

@@ -15,4 +15,8 @@ public interface CodePrefixConstants {
* 人像编码前缀
*/
String PERSON_LIB_IMAGE_CODE_PREFIX = "102";
String ELEVATOR_CONTROL_CODE_PREFIX = "E01";
}