whycxzp
2025-03-24 82614438a300523cc13e22b6d175586a3ec8ed71
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>{
}