ECR
lxw
2023-02-22 893b9ee88501f092683d855709d2aeb0a8f0273c
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductLockLog;
 
public interface ProductLockLogMapper extends CustomMapper<ProductLockLog>{
}