型号字典 modelDictionary

This commit is contained in:
2025-08-15 09:40:33 +08:00
parent 48e972166f
commit f65a8cdc8c
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ public class DeviceType extends TenantEntity {
* 型号字典用于APP页面跳转
*/
@Schema(name = "型号字典用于APP页面跳转")
private Integer modelDictionary;
private String modelDictionary;
}

View File

@ -33,6 +33,6 @@ public class DeviceTypeForm {
* 型号字典用于APP页面跳转
*/
@Schema(name = "型号字典用于APP页面跳转")
private Integer modelDictionary;
private String modelDictionary;
}