中车、寄点站点融合
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
package com.ho.user.api.vo.req;
|
||||
|
||||
import com.ho.common.tools.entity.UserDetailRespVO;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 用户统一登陆
|
||||
*/
|
||||
@Data
|
||||
public class UserUnifiedLoginVo {
|
||||
|
||||
@ApiModelProperty(value = "储能登陆")
|
||||
private UserDetailRespVO energy;
|
||||
|
||||
@ApiModelProperty(value = "光伏登陆")
|
||||
private UserDetailRespVO pv;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user