whycxzp
2025-05-28 35a1c88cc80ca675f6173648968ab5394b49e31e
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_lithium_ram_db.WorkStateCfg;
 
public interface WorkStateCfgMapper extends CustomMapper<WorkStateCfg>{
}