|
|
@@ -18,14 +18,13 @@ use Illuminate\Queue\SerializesModels;
|
|
|
class SettlementBillCreateEvent
|
|
|
{
|
|
|
use Dispatchable, InteractsWithSockets, SerializesModels;
|
|
|
-
|
|
|
-
|
|
|
+ //快递费
|
|
|
const OWNER_LOGISTIC_FEE_DETAIL = OwnerLogisticFeeDetail::class;
|
|
|
-
|
|
|
+ //入库费
|
|
|
const OWNER_STORE_FEE_DETAIL = OwnerStoreFeeDetail::class;
|
|
|
-
|
|
|
+ //出库
|
|
|
const OWNER_STORE_OUT_FEE_DETAIL = OwnerStoreOutFeeDetail::class;
|
|
|
-
|
|
|
+ //物流费
|
|
|
const OWNER_WAY_BILL_FEE_DETAIL = OwnerWayBillFeeDetail::class;
|
|
|
public $createData;
|
|
|
|