whycxzp
2025-03-26 7caa838a2252ffedbc7437de963f2495819fcb1a
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DfxtBmsState;
 
public interface DfxtBmsStateMapper extends CustomMapper<DfxtBmsState>{
}