fxkh-txl-service/src/main/java/com/whdc/model/entity/User.java

12 lines
161 B
Java
Raw Normal View History

2024-05-09 17:47:09 +08:00
package com.whdc.model.entity;
public class User {
private Integer id;
private String password;
private String salt;
private Integer abId;
}