package com.whdc.model.entity; public class User { private Integer id; private String password; private String salt; private Integer abId; }