All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.haoxuer.discover.area.data.so.BusinessCircleSo Maven / Gradle / Ivy

There is a newer version: 3.3.18-20230117
Show newest version
package com.haoxuer.discover.area.data.so;

import java.io.Serializable;

/**
 * Created by imake on 2018年09月12日14:42:16.
 */
public class BusinessCircleSo implements Serializable {
  
  private String name;
  
  public String getName() {
    return name;
  }
  
  public void setName(String name) {
    this.name = name;
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy