|
|
@@ -2,57 +2,6 @@
|
|
|
|
|
|
namespace common\models;
|
|
|
|
|
|
-/**
|
|
|
- * This is the model class for table "xhOrder".
|
|
|
- *
|
|
|
- * @property string $id 订单号
|
|
|
- * @property string $orderName 订单名称 (也指 商品名称)
|
|
|
- * @property int $goodsNum 商品数量
|
|
|
- * @property int $payWay 支付方式 0微信 1支付宝 2余额,具体请查看配置文件configDict payWay
|
|
|
- * @property int $payStyle 0第三方支付 1非第三方支付
|
|
|
- * @property string $payCode 支付返回号
|
|
|
- * @property int $modPriceStatus 是否可以修改价格0可以 1不可以
|
|
|
- * @property int $sourceType 订单来源,0商城订单 1付款订单
|
|
|
- * @property string $prePrice 应付款,原价,未修改价格,打折前
|
|
|
- * @property string $actPrice 实际付款,实价,修改后价格,打折后
|
|
|
- * @property int $userId 用户id
|
|
|
- * @property string $alipayId 支付宝用户id
|
|
|
- * @property int $merchantId 商户id
|
|
|
- * @property string $receiveProvince 收货地址 省
|
|
|
- * @property string $receiveCity 收货地址 市
|
|
|
- * @property string $receiveDist 收货地址 区县市
|
|
|
- * @property string $receiveAddress 收货的详细街道地址
|
|
|
- * @property string $receiveFullAddress 完整收货地址
|
|
|
- * @property string $receiveFloor 楼号门牌号
|
|
|
- * @property string $receiveLong 收货的经度
|
|
|
- * @property string $receiveLat 收货的纬度
|
|
|
- * @property int $anonymity 0不匿名派送 1匿名派送
|
|
|
- * @property string $sendCost 运费
|
|
|
- * @property string $sendNum 配送编号,方便寻找订单对应的花束
|
|
|
- * @property int $sendDistance 送货距离,多少米
|
|
|
- * @property string $reachTime 送达时间
|
|
|
- * @property int $reachPeriod 0上午1下午2晚上,具体看配置文件
|
|
|
- * @property string $bookMobile 订花人电话
|
|
|
- * @property string $bookName 订花人名
|
|
|
- * @property string $receiveMobile 收货人电话
|
|
|
- * @property string $receiveUserName 收货人姓名
|
|
|
- * @property string $needSend 是否配送,1:配送(默认)、0:不配送
|
|
|
- * @property int $needCard 0不需要,1需要
|
|
|
- * @property int $needCard 0不需要,1需要
|
|
|
- * @property string $blessing 祝福语
|
|
|
- * @property string $uniCode 唯一号码,预留字段
|
|
|
- * @property int $couponId 代金劵id
|
|
|
- * @property int $luckyNum 抽奖号码
|
|
|
- * @property int $payStatus 支付状态:-1客户关闭、0待付款、1已付款
|
|
|
- * @property int $sendStatus 发货状态:0未发货、1已发货、2已送达
|
|
|
- * @property int $printStatus 0未打印 1打印过了
|
|
|
- * @property string $remark 备注
|
|
|
- * @property int $status 订单生存状态 0正常 1删除
|
|
|
- * @property int $deadline 订单有效期
|
|
|
- * @property int $addTime 添加时间,时间戳格式
|
|
|
- * @property string $createTime 创建时间
|
|
|
- * @property string $updateTime
|
|
|
- */
|
|
|
class xhOrder extends xhBaseModel
|
|
|
{
|
|
|
/**
|