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