1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||
package com.elink.esua.epdc.dto.user.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* 用户注册数据分析 |
|||
* |
|||
* @author work@yujt.net.cn |
|||
* @date 2020/2/11 09:43 |
|||
*/ |
|||
@Data |
|||
public class UserRegisterDataFormDTO { |
|||
} |
Loading…
Reference in new issue