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 2025/07/14 0014 13:10 * @version * @注意事项 */ void batchDeleteBcxFile(); /** * 京通靓证业务(废止) * @author ZXF * @create 2024/11/20 0020 17:33 * @version * @注意事项 */ void signatureJTLZ_FZ(); }