|
|
@@ -9,19 +9,74 @@ import com.goafanti.app.bo.AppAdminListBo;
|
|
|
import com.goafanti.common.model.Admin;
|
|
|
import com.goafanti.common.model.Role;
|
|
|
import com.goafanti.core.mybatis.page.Pagination;
|
|
|
+import com.goafanti.common.model.AdminExample;
|
|
|
|
|
|
public interface AdminMapper {
|
|
|
- int deleteByPrimaryKey(String id);
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table admin
|
|
|
+ * @mbg.generated Wed Jun 13 10:27:07 CST 2018
|
|
|
+ */
|
|
|
+ long countByExample(AdminExample example);
|
|
|
|
|
|
- int insert(Admin record);
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table admin
|
|
|
+ * @mbg.generated Wed Jun 13 10:27:07 CST 2018
|
|
|
+ */
|
|
|
+ int deleteByExample(AdminExample example);
|
|
|
|
|
|
- int insertSelective(Admin record);
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table admin
|
|
|
+ * @mbg.generated Wed Jun 13 10:27:07 CST 2018
|
|
|
+ */
|
|
|
+ int deleteByPrimaryKey(String id);
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table admin
|
|
|
+ * @mbg.generated Wed Jun 13 10:27:07 CST 2018
|
|
|
+ */
|
|
|
+ int insert(Admin record);
|
|
|
|
|
|
- Admin selectByPrimaryKey(String id);
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table admin
|
|
|
+ * @mbg.generated Wed Jun 13 10:27:07 CST 2018
|
|
|
+ */
|
|
|
+ int insertSelective(Admin record);
|
|
|
|
|
|
- int updateByPrimaryKeySelective(Admin record);
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table admin
|
|
|
+ * @mbg.generated Wed Jun 13 10:27:07 CST 2018
|
|
|
+ */
|
|
|
+ List<Admin> selectByExample(AdminExample example);
|
|
|
|
|
|
- int updateByPrimaryKey(Admin record);
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table admin
|
|
|
+ * @mbg.generated Wed Jun 13 10:27:07 CST 2018
|
|
|
+ */
|
|
|
+ Admin selectByPrimaryKey(String id);
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table admin
|
|
|
+ * @mbg.generated Wed Jun 13 10:27:07 CST 2018
|
|
|
+ */
|
|
|
+ int updateByExampleSelective(@Param("record") Admin record, @Param("example") AdminExample example);
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table admin
|
|
|
+ * @mbg.generated Wed Jun 13 10:27:07 CST 2018
|
|
|
+ */
|
|
|
+ int updateByExample(@Param("record") Admin record, @Param("example") AdminExample example);
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table admin
|
|
|
+ * @mbg.generated Wed Jun 13 10:27:07 CST 2018
|
|
|
+ */
|
|
|
+ int updateByPrimaryKeySelective(Admin record);
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method corresponds to the database table admin
|
|
|
+ * @mbg.generated Wed Jun 13 10:27:07 CST 2018
|
|
|
+ */
|
|
|
+
|
|
|
|
|
|
List<Admin> selectAllAdmin();
|
|
|
|
|
|
@@ -101,7 +156,7 @@ public interface AdminMapper {
|
|
|
List<AdminListBo> selectSubList(@Param("adminId")String adminId);
|
|
|
|
|
|
/**
|
|
|
- * 查询订单变更信息通知人
|
|
|
+ * 查询订单变更信息通知�?
|
|
|
* @param orderNo
|
|
|
* @return
|
|
|
*/
|