租户编码
This commit is contained in:
@@ -33,6 +33,10 @@ public class DeviceManagement implements Serializable {
|
||||
@TableField("tenant_id")
|
||||
private String tenantId;
|
||||
|
||||
@Schema(description = "租户编码")
|
||||
@TableField("tenant_code")
|
||||
private String tenantCode;
|
||||
|
||||
@Schema(description = "设备编号")
|
||||
@TableField("device_code")
|
||||
private String deviceCode;
|
||||
|
||||
Reference in New Issue
Block a user