型号字典用于PC页面跳转

This commit is contained in:
2025-08-25 11:40:59 +08:00
parent d962c6ead5
commit 9b476e98ba

View File

@ -67,9 +67,17 @@ public class DeviceType extends TenantEntity {
/**
* 型号字典用于APP页面跳转
* app_model_dictionary
*/
@Schema(title = "型号字典用于APP页面跳转")
private String modelDictionary;
private String appModelDictionary;
/**
* 型号字典用于PC页面跳转
* pc_model_dictionary
*/
@Schema(title = "型号字典用于PC页面跳转")
private String pcModelDictionary;
}