U8ReferenceService.java 377 Bytes
package com.huaheng.pc.referenceCode.service;

import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.huaheng.pc.referenceCode.domain.U8Reference;
import com.huaheng.pc.referenceCode.mapper.U8RefernceMapper;
import org.springframework.stereotype.Service;

@Service
public class U8ReferenceService extends ServiceImpl<U8RefernceMapper, U8Reference> {

}