Compare commits
2 Commits
377579dd14
...
429c0f1307
Author | SHA1 | Date | |
---|---|---|---|
429c0f1307 | |||
ff4db34e2a |
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user