whyclxw
2024-09-10 dcfce6732a43fcf36e6810b622d493705ac9a089
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>{
}