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