| | |
| | | import com.product.core.exception.BaseException; |
| | | |
| | | import java.io.IOException; |
| | | import java.text.ParseException; |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | BitMatrix getQrCode(String content) throws BaseException, WriterException, IOException; |
| | | |
| | | void CancelAndStart(FieldSetEntity fse)throws BaseException; |
| | | |
| | | String ConferenceSign(FieldSetEntity fse) throws BaseException, ParseException; |
| | | |
| | | HashMap getSignOrVisitInfo(FieldSetEntity fse) throws BaseException; |
| | | |
| | | void sendMsg(FieldSetEntity fse) throws BaseException; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |