0
0

设备类型ID

This commit is contained in:
2025-08-27 10:20:37 +08:00
parent 8b25fd9ba4
commit 837953bf3d
2 changed files with 9 additions and 2 deletions

View File

@ -21,6 +21,12 @@ public class DeviceType extends TenantEntity {
@Schema(title = "ID", hidden = true)
private Long id;
/**
* 设备类型ID
*/
@TableField(exist = false)
private Long deviceTypeId;
@Schema(title = "客户号")
private Long customerId;