Blame view

LoginDTO.java 148 Bytes
涂亚平 committed
1 2 3 4 5
package com.subsidy.dto.administer;

import lombok.Data;

@Data
涂亚平 committed
6
public class LoginDTO {
涂亚平 committed
7 8 9

    private String telephone;

涂亚平 committed
10 11
    private String code;

涂亚平 committed
12
}