lidongdong
2023-08-17 b4ff93189e6e8040091af7d3257784219ec56965
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/MostBeautifulVolunteerDao.java
@@ -25,7 +25,7 @@
public interface MostBeautifulVolunteerDao extends BaseMapper<MostBeautifulVolunteer>
{
    //查询单个详情
    MostBeautifulVolunteer queryById(@Param("id") String Id);
    MostBeautifulVolunteer queryById(@Param("id") String id);
    //获取列表
@@ -38,5 +38,5 @@
    int updateById(@Param("mostBeautifulVolunteerVO") MostBeautifulVolunteerVO mostBeautifulVolunteerVO);
    int deleteById(@Param("Id") String Id);
    int deleteById(@Param("Id") String id);
}