whyclxw
2025-05-07 45ef9e340f9bb4b98fd88a758343470dfe125cb3
1
2
3
4
5
6
7
8
9
package com.whyc.mapper;
 
import com.whyc.pojo.Dev6159PowerParam;
import org.apache.ibatis.annotations.Param;
 
public interface Dev6159PowerParamMapper extends CustomMapper<Dev6159PowerParam>{
    ////设置自己修改的开关
    int updateSwtichName(@Param("swtichSql") String swtichSql);
}