whycxzp
2022-08-16 c1312ad5b4fcdaa56058e3ff903de1066b7085d5
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ComponentApproving;
 
public interface ComponentApprovingMapper extends CustomMapper<ComponentApproving>{
}