增加根据名称获取供应商或者客户信息的接口
This commit is contained in:
@@ -700,4 +700,8 @@ public class SupplierService {
|
||||
public List<SupplierSimple> getAllCustomer() {
|
||||
return supplierMapperEx.getAllCustomer();
|
||||
}
|
||||
|
||||
public Supplier getInfoByName(String name, String type) {
|
||||
return supplierMapperEx.getInfoByName(name, type);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user