shiyunteng
2 天以前 531aa1a4ca996637b7ebb00ead9e6e0c141b7341
1
2
3
4
5
6
7
8
9
10
11
package com.by4cloud.platformx.business.mapper;
 
import com.by4cloud.platformx.common.data.datascope.PlatformxBaseMapper;
import com.by4cloud.platformx.business.entity.TaxCode;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface TaxCodeMapper extends PlatformxBaseMapper<TaxCode> {
 
 
}