TASK:自动审批;
This commit is contained in:
@@ -107,4 +107,10 @@ public interface AccountService extends IService<Account> {
|
||||
IPage<TrialOrder> trialOrderList(TrialOrderDTO trialOrderDTO);
|
||||
|
||||
Boolean trialOrderApproval(List<Long> ids);
|
||||
|
||||
Boolean getIsAutoApproval();
|
||||
|
||||
Boolean switchIsAutoApproval();
|
||||
|
||||
Boolean trialOrderRefuse(List<Long> ids);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user