package com.product.badge.service.idel; import com.product.core.entity.FieldSetEntity; /** * Copyright © 6c * * @Date: 2021-06-03 11:54 * @Author: 6c * @Description: */ public interface IBadgeBorrowService { String borrow(FieldSetEntity fse); }