型号字典 modelDictionary
This commit is contained in:
@ -69,7 +69,7 @@ public class DeviceType extends TenantEntity {
|
||||
* 型号字典用于APP页面跳转
|
||||
*/
|
||||
@Schema(name = "型号字典用于APP页面跳转")
|
||||
private Integer modelDictionary;
|
||||
private String modelDictionary;
|
||||
|
||||
|
||||
}
|
||||
|
@ -33,6 +33,6 @@ public class DeviceTypeForm {
|
||||
* 型号字典用于APP页面跳转
|
||||
*/
|
||||
@Schema(name = "型号字典用于APP页面跳转")
|
||||
private Integer modelDictionary;
|
||||
private String modelDictionary;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user