whycxzp
2025-03-31 0143867c6907619385752e14214f622e3cba1196
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_lithium_ram_db.WorkStateChangeEvent;
 
public interface WorkStateChangeEventMapper extends CustomMapper<WorkStateChangeEvent>{
}