| | |
| | | package com.product.administration.service.ide; |
| | | |
| | | import com.google.zxing.WriterException; |
| | | import com.google.zxing.common.BitMatrix; |
| | | import com.product.core.entity.DataTableEntity; |
| | | import com.product.core.entity.FieldSetEntity; |
| | | import com.product.core.exception.BaseException; |
| | |
| | | |
| | | HashMap saveOrUpdateMeetingInfo(FieldSetEntity fse)throws BaseException; |
| | | |
| | | String getQrCode(FieldSetEntity fse) throws BaseException, WriterException, IOException; |
| | | BitMatrix getQrCode(String content) throws BaseException, WriterException, IOException; |
| | | |
| | | |
| | | |