实现查询申请状态接口
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.ruoyi.bestsign.service;
|
||||
|
||||
import com.ruoyi.bestsign.domain.ArbitrSignatuVO;
|
||||
import com.ruoyi.common.core.domain.AjaxResult;
|
||||
|
||||
public interface ArbitrSignatuService {
|
||||
|
||||
|
||||
AjaxResult selectApplyStatus(ArbitrSignatuVO arbitrSignatuVO);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user