whycxzp
2025-05-29 356bf4cfcbee3e5af9192300bc85632d5b156f00
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>{
}