zip
lxw
2023-10-20 e39acd8a8daaf5184d5a9a9bba931c0162401f22
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductLockLog;
 
public interface ProductLockLogMapper extends CustomMapper<ProductLockLog>{
}