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

28 lines
386 B
Java
Raw Normal View History

2024-05-09 17:47:09 +08:00
package com.whdc.model.entity;
public class AddressBook {
private Integer id;
private String name;
private String phone;
private String tel;
private String faxes;
private String organization;
private String position;
private String comments;
private String url;
private Integer sort;
private Integer v;
private String role;
}