程序包 | 说明 |
---|---|
com.js.kbt.controller | |
com.js.kbt.mapper |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
CommunityPropertyController.addCommunityProperty(CommunityProperty record,
javax.servlet.http.HttpServletResponse response)
添加物业
|
java.lang.String |
CommunityPropertyController.updateCommunityProperty(CommunityProperty record,
javax.servlet.http.HttpServletResponse response)
修改物业信息
|
限定符和类型 | 方法和说明 |
---|---|
CommunityProperty |
CommunityPropertyMapper.selectByPrimaryKey(java.lang.Integer id)
This method was generated by MyBatis Generator.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CommunityProperty> |
CommunityPropertyMapper.selectByExample(CommunityPropertyExample example)
This method was generated by MyBatis Generator.
|
限定符和类型 | 方法和说明 |
---|---|
int |
CommunityPropertyMapper.insert(CommunityProperty record)
This method was generated by MyBatis Generator.
|
int |
CommunityPropertyMapper.insertSelective(CommunityProperty record)
This method was generated by MyBatis Generator.
|
int |
CommunityPropertyMapper.updateByExample(CommunityProperty record,
CommunityPropertyExample example)
This method was generated by MyBatis Generator.
|
int |
CommunityPropertyMapper.updateByExampleSelective(CommunityProperty record,
CommunityPropertyExample example)
This method was generated by MyBatis Generator.
|
int |
CommunityPropertyMapper.updateByPrimaryKey(CommunityProperty record)
This method was generated by MyBatis Generator.
|
int |
CommunityPropertyMapper.updateByPrimaryKeySelective(CommunityProperty record)
This method was generated by MyBatis Generator.
|