update for warehouse
This commit is contained in:
@@ -4,12 +4,13 @@
|
||||
* @property int $orderId
|
||||
* @property int $articleId
|
||||
* @property int $quantity
|
||||
* @property int $price
|
||||
*/
|
||||
|
||||
class WarehouseEShopOrderItemModel extends TTCrudBaseModel {
|
||||
public int $id;
|
||||
public int $orderId;
|
||||
public ?int $articleId;
|
||||
public ?int $articlePacketId;
|
||||
public int $quantity;
|
||||
public ?int $articlePacketId;
|
||||
}
|
||||
Reference in New Issue
Block a user