whycxzp
2021-05-20 f2e25328e074c47fcad8aca252805380ddcee143
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ExperimentPrecondition;
 
public interface ExperimentPreconditionMapper extends CustomMapper<ExperimentPrecondition> {
}