whycxzp
2023-06-25 19e5ccb1aee7c0e0d308386e03cad72bf4997d0d
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductLockLog;
 
public interface ProductLockLogMapper extends CustomMapper<ProductLockLog>{
}