凭证包
This commit is contained in:
parent
926643eebf
commit
5bea28e7e7
@ -0,0 +1,14 @@
|
||||
package com.tenwa.voucher.CreateVoucherProcess;
|
||||
|
||||
import com.amarsoft.awe.util.Transaction;
|
||||
import com.tenwa.flow.baseBussion.BaseBussiness;
|
||||
|
||||
public class createVoucherLoanDistributor extends BaseBussiness{
|
||||
@Override
|
||||
public Object run(Transaction Sqlca) throws Exception {
|
||||
|
||||
|
||||
|
||||
return super.run(Sqlca);
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user