lxw
2022-08-31 3e1ab3e65ee0ccd750aa4da005dab30434e9f561
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.MaterialCodeDictionary;
 
public interface MaterialCodeDictionaryMapper extends CustomMapper<MaterialCodeDictionary> {
}