whycxzp
2021-03-27 6b0b66f359b1991ecfd7cbccc01cdf8370763bb9
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DeviceMaintain;
 
public interface DeviceMaintainMapper extends CustomMapper<DeviceMaintain> {
}