jingquan #10

Merged
dyf merged 27 commits from liwenlong/fys-Multi-tenant:jingquan into main 2025-09-11 14:40:24 +08:00
15 changed files with 307 additions and 93 deletions
Showing only changes of commit 429c0f1307 - Show all commits

View File

@ -35,4 +35,18 @@ public class DeviceTypeForm {
@Schema(title = "型号字典用于APP页面跳转") @Schema(title = "型号字典用于APP页面跳转")
private String modelDictionary; private String modelDictionary;
/**
* 型号字典用于APP页面跳转
* app_model_dictionary
*/
@Schema(title = "型号字典用于APP页面跳转")
private String appModelDictionary;
/**
* 型号字典用于PC页面跳转
* pc_model_dictionary
*/
@Schema(title = "型号字典用于PC页面跳转")
private String pcModelDictionary;
} }