mirror of
https://github.com/dyiop/astute.git
synced 2025-04-06 21:30:20 -04:00
Add files via upload
This commit is contained in:
parent
5f2449d78c
commit
8c926b26fc
|
@ -3,6 +3,7 @@ package com.astute.service;
|
||||||
import com.astute.exceptions.*;
|
import com.astute.exceptions.*;
|
||||||
import com.astute.model.PO;
|
import com.astute.model.PO;
|
||||||
import com.astute.model.PODetail;
|
import com.astute.model.PODetail;
|
||||||
|
import com.astute.model.ServiceType;
|
||||||
|
|
||||||
import java.sql.Date;
|
import java.sql.Date;
|
||||||
import java.sql.SQLException;
|
import java.sql.SQLException;
|
||||||
|
@ -49,6 +50,9 @@ public class POService extends Service{
|
||||||
getDao().createPODetail(POnum, lineItemNo, serviceDesc, feeTypeId, qty, fee, serviceTypeId, remainingQuantity);
|
getDao().createPODetail(POnum, lineItemNo, serviceDesc, feeTypeId, qty, fee, serviceTypeId, remainingQuantity);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public List<ServiceType> getServiceTypes() throws AstuteException {
|
||||||
|
return getDao().getServiceTypes();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user