whycxzp
2022-09-13 55d6dbfb1b4c334f832551f118bcc0593b95c4fa
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductLockLog;
 
public interface ProductLockLogMapper extends CustomMapper<ProductLockLog>{
}