package com.bcxin.signature.service; /** * 签章业务相关 * @author ZXF * @create 2024/11/20 0020 18:13 * @version * @注意事项 */ public interface SignatureService { /** * 文书签章业务 * @author ZXF * @create 2024/11/20 0020 17:33 * @version * @注意事项 */ void documentSignature(); /** * 资格证签章业务 * @author ZXF * @create 2024/11/20 0020 17:33 * @version * @注意事项 */ void bazgzSignature(); /** * 京通靓证业务 * @author ZXF * @create 2024/11/20 0020 17:33 * @version * @注意事项 */ void signatureJTLZ(); /** * 京通靓证业务保安服务许可证 * @author ZXF * @create 2024/11/20 0020 17:33 * @version * @注意事项 */ void signatureJTLZDocument(); /** * 京通靓证业务(废止) * @author ZXF * @create 2024/11/20 0020 17:33 * @version * @注意事项 */ void signatureJTLZ_FZ(); }