- package com.szwl.service;
- import com.szwl.model.entity.TShandeMchCheck;
- import com.szwl.service.base.MyIService;
- /**
- * <p>
- * 杉德支付收款信息变动审核表 服务类
- * </p>
- *
- * @author wuhs
- * @since 2022-04-29
- */
- public interface TShandeMchCheckService extends MyIService<TShandeMchCheck> {
- }
|