This commit is contained in:
wells
2026-08-05 15:08:42 +08:00
parent 45e8e3d637
commit e6637012d6
9 changed files with 86 additions and 56 deletions
@@ -0,0 +1,14 @@
package com.tailbet.model.vo;
import lombok.Data;
/**
* 登录返回
*/
@Data
public class LoginVo {
/**
* token
*/
private String token;
}