public class School extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
LOGIN_NORMAL |
static Integer |
LOGIN_RESTRICT |
| Constructor and Description |
|---|
School() |
public static Integer LOGIN_NORMAL
public static Integer LOGIN_RESTRICT
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getProvince()
public void setProvince(Long province)
public Long getCity()
public void setCity(Long city)
public Long getCounty()
public void setCounty(Long county)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getSupervisionStatus()
public void setSupervisionStatus(Integer supervisionStatus)
public Integer getGradeDept()
public void setGradeDept(Integer gradeDept)
public Long getClerkId()
public void setClerkId(Long clerkId)
public String getClerkName()
public void setClerkName(String clerkName)
public String getClerkMobile()
public void setClerkMobile(String clerkMobile)
public String getArea()
public void setArea(String area)
public Long getIndx()
public void setIndx(Long indx)
public String getInfo()
public void setInfo(String info)
Copyright © 2019. All Rights Reserved.