LINEITEM

LINEITEM
常用释义
LINEITEM

扩展信息

订单详情
  订单详情LINEITEM)     (三)、WEB模型    WEB模型一向是各个建模工具的弱项,ROSE的WEB建模能力也不强,有时不能表 …
定单细节
.NET Pet Shop简介|IT168 技术开发 ... Item: 各个产品的细节 LineItem定单细节 Orders: 客户下的定单。 ...
单项产品
ERP专业名词 - Neo0820 - 博客园 ... Level-- 层 LineItem-- 单项产品 Load-- 负荷 ...
每个产品详细信息
用Microsoft.net实现数据库事务_.Net文摘... ... 产品存货信息 Item 每个产品详细信息 LineItem 定单明细 Orders ...
定购详情
使用 .NET实现JavaTM Pet Store J2EETM... ... Inventory 产品存货状态。 LineItem 定购详情。 Profile 消费者用户简介。 ...
订单中的商品
...Cart)、购物车中的商 品(CartItem)和订单中的商品LineItem)等。
订单项
客户有下列几个概念:客户(Customer),订单(Order),订单项(LineItem),购物车(Cart),购物车子项(CartItem)。每一个订单有 …

例句

LineItem. java - JavaBeans used to hold values when data is transferred between the model and view of the application.

java——当数据在应用程序的模型和视图之间传输时用于保存值的JavaBean。

Similarly, the LineItem class has a many-to-one relationship to the product object as well.

类似地,LineItem类与产品对象也具有多对一关系。

这是一个不适宜的计划,因为从PART到LINEITEM的嵌套连接探测数被严重低估了。

Update the LineItem class to point to the correct schema, as you did for Customer and Order (Figure 69).

像处理Customer和Order那样,更新LineItem类以指向正确的模式(图69)。

The job uses the LINEITEM (Oracle) table to count the number of each part type sold during the previous quarter.

该作业使用LINEITEM(Oracle)表计算上一季度销售的每种零件的数量。

Information on individual line items that make up the orders, but are as yet unshipped, is then extracted from the LINEITEM table.

然后,从LINEITEM表中提取关于订单中尚未发货的各行项目的信息。

关于LINEITEM表的一个建议是更改hash分区键。

As the name implies, this is telling the validator that the LineItem child element of the LineItems element is repeatable.

顾名思义,它告诉验证器,LineItems元素的LineItem子元素是可重复的。

The JAX-RPC tools will now generate a client side Order class that contains the SOAPElement property, instead of a lineItem class.

JAX-RPC工具现在将生成一个包含有SOAPElement属性的客户端Order类,而不是lineItem类。

假设在一个远程数据源上有一个LINEITEM事实表,在另一个远程数据源上有一个PART维表。