whyclxw
2024-07-23 abc8131e9279c5a5bdcf90dcca56004e8643fb1c
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductLockLog;
 
public interface ProductLockLogMapper extends CustomMapper<ProductLockLog>{
}