forked from dyf/fys-Multi-tenant
型号字典用于PC页面跳转
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user