so文件怎么打开看_三分钟看懂船公司SO英文文件!

本文详细解释了船运过程中常见的术语,包括订舱号码、船名、航次等关键信息,帮助读者理解船运流程。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

13d4a279fcbf8faa795a1a4c4a2498ed.png

很多人看不懂船公司的预配,整理下,以备所需。

有需要的小伙伴赶紧收藏哦!

Booking number:订舱号码

Vessel:船名

Voyage:航次

CY Closing DATE:截柜日期,截关日

closing Date/Time:截柜日期

SI CUT OFF date/time:截提单补料日期/时间

Expiry date:有效期限,到期日期

Sailing date:航行日期 / 船离开港口的日期

ETA (ESTIMATED TIME OF ARRIVAL):预计到达时间,到港日(船到目的港日期)

ETD(ESTIMATED TIME OF DELIVERY):开船日 (起运港船离港日期)

ETC(ESTIMATED TIME OF CLOSING):截关日

Port of loading(POL):装货港

Full Delivery Pickup Terminal: 提重柜码头

Empty Cntainer Depot:交空柜场站

Loading port:装货港

From City:起运地

EXP(export):出口

Final destination:目的港,最终目的地

Place of Delivery(POD)或To City:目的地,交货地

Port of discharge:卸货港

Discharge port:卸货港

Load Port: 卸货港

Dry:干的/不含液体或湿气

Quantity:数量

cargo type:货物种类

container number:集装箱号码

container:集装箱

specific cargo container:特种货物集装箱

Number of container:货柜数量

container Size:货柜尺寸

CU.FT :立方英尺

Cont Status:货柜状况

seal number:封条号码

seal No:封条号码

seal type:封条类型

weight:重量

Gross weight:总重(一般是含柜重和货重)

Net Weight:净重

Actual weight:实际重量,货车,集装箱等运输工具装载后的总重量

Laden:重柜

remarks:备注

remarks for Terminal:堆场/码头备注

piace of receipt:收货地

Commodity:货物品名

intended:预期

ETD:预计开船日期

Booking NO: SO号码/订仓号码

Shipper:发货人

Container No(Number):集装箱号码

Equipment Number:货柜号码

Reefer Tetails:冷柜参数

contact:联络人,联系方式

contact person:联络人

intended fcl container delivery CUT-OFF:指定的重柜交柜时间,装箱整箱交付截止

intended shipping instruction CUT-OFF:指定的文件结关时间,航运指示截止

DOC CUT-OFF:文件结关时间(可能没有额外指定,按船公司一般的规律)

像上面都是有特指的)

Cargo nature:货物种类

service contract NO:服务合同编号,

SI CUT: 截提单补料或截关

BKG Staff: BKG是Booking的简写,那就是订舱人员

Regional BKG#:预订区域,

Sales Rep: 销售代表

BILL of Lading#:提单号,提单方案

Empty Pick up CY:提空柜地点

Empty Pick up Date:提空柜时间,提柜有效期

Pre Carrier: 预载

Est.Arrival Date:EIS到达时间

CY CUT: 结关时间(具体还不清楚是码头截重柜还是截海关放行条时间)

CY open: 整柜开仓时间

Port of delivery:交货港口

Receive Term: 接收期限

Delivery Term: 交货期限

Ocean Route Type: 海运路线类型,多指印度洋航线类型

EQ Type/Q'ty:集装箱数量,类型 EQ是Equipment的简写

Address:地址

Special cargo information: 特别货物信息

Please see attached,if exists: 如果有,请见附档/如果存在,请参阅附件

Shipper'own container:托运人自己的集装箱

Dangerous:危险或危险品 / 危险标志

Internal:中心的,内部的

Released: 释放,放行

MT就是指吨,英文叫METRE TONE

Customer:客户

FCL full container load: 整柜

FCL:整箱,整箱货

LCL less than container load :拼箱,拼箱货

Carrier:承运人

Trucker:拖车公司/运输公司

Tractor NO:车牌号码

Depot:提柜地点

Pickup Location:提柜地点

Stuffing:装货地点

Terminal:还柜地点

Return Location:交柜地点

Full Container Address:还重柜地点

revised:修改后,已经校正,已经修订

Size/Type:柜型尺寸尺寸/种类

Discharge Port:卸货港

Destination:目的地

Special Type:特殊柜型

S/O No:订舱号

Shipping Order No. :托运单号码

Temp:温度

Vent:通风

Humidity:湿度

PTI:检测

Genset:发电机

Instruction:装货说明

Special Requirement:特殊要求

GWT:(货物毛重)限重/柜,一般是柜和货物的总重量

SOC:货主的集装箱

Feeder Vessel/Lighter:驳船航次

WT(weight) :重量

G.W.(gross weight) :毛重

N.W.(net weight) :净重

MAX (maximum) :最大的、最大限度的

MIN (minimum):最小的,最低限度

M 或MED (medium) :中等,中级的

P/L (packing list) :装箱单、明细表

好的,@Mapper注解是Mybatis框架中用于标识数据访问层接口的注解,用于告诉Spring容器将该接口类实例化并注入到其他Bean中。其使用步骤如下: 1. 在Spring Boot项目中引入Mybatis和Mybatis-Spring的依赖 2. 在配置文件中配置数据源和Mybatis的相属性 3. 创建一个数据访问层接口,使用@Mapper注解标识该接口 4. 在该数据访问层接口中定义需要操作的数据库方法 5. 在Service或Controller中注入该数据访问层接口的实例,并调用其中的方法 下面是一个示例: 1. 在pom.xml中添加Mybatis和Mybatis-Spring的依赖: ```xml <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.4.6</version> </dependency> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.1.1</version> </dependency> ``` 2. 在application.properties中配置数据源和Mybatis的相属性: ```properties spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=123456 mybatis.type-aliases-package=com.example.demo.entity mybatis.mapper-locations=classpath:mapper/*.xml ``` 3. 创建一个数据访问层接口UserMapper,使用@Mapper注解标识该接口: ```java @Mapper public interface UserMapper { User selectByPrimaryKey(Integer id); int insert(User record); int updateByPrimaryKey(User record); int deleteByPrimaryKey(Integer id); } ``` 4. 在mapper目录下创建UserMapper.xml,定义需要操作的数据库方法: ```xml <mapper namespace="com.example.demo.mapper.UserMapper"> <resultMap id="BaseResultMap" type="com.example.demo.entity.User"> <id column="id" property="id" jdbcType="INTEGER"/> <result column="username" property="username" jdbcType="VARCHAR"/> <result column="password" property="password" jdbcType="VARCHAR"/> </resultMap> <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer"> select * from user where id = #{id,jdbcType=INTEGER} </select> <insert id="insert" parameterType="com.example.demo.entity.User" useGeneratedKeys="true" keyProperty="id"> insert into user (username, password) values (#{username,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR}) </insert> <update id="updateByPrimaryKey" parameterType="com.example.demo.entity.User"> update user set username = #{username,jdbcType=VARCHAR}, password = #{password,jdbcType=VARCHAR} where id = #{id,jdbcType=INTEGER} </update> <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer"> delete from user where id = #{id,jdbcType=INTEGER} </delete> </mapper> ``` 5. 在Service或Controller中注入UserMapper的实例,并调用其中的方法: ```java @Service public class UserServiceImpl implements UserService { @Autowired private UserMapper userMapper; @Override public User selectByPrimaryKey(Integer id) { return userMapper.selectByPrimaryKey(id); } @Override public int insert(User user) { return userMapper.insert(user); } @Override public int updateByPrimaryKey(User user) { return userMapper.updateByPrimaryKey(user); } @Override public int deleteByPrimaryKey(Integer id) { return userMapper.deleteByPrimaryKey(id); } } ``` 这就是使用@Mapper注解的基本步骤,希望对你有所帮助。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值