12345678910111213141516171819202122232425 |
- package com.emato.cus.supervise.constant;
- /**
- * @author zengjunlin
- * @version 1.0
- * 2018-02-02 16:13
- */
- public class Dict {
- // 园区账册号(改为货主金二账册编号,每个货主各一个)
- // public static final String localEmsNo = "I440366000315001";
- // 仓库使用企业名称
- public static final String storeCompanyName = "深圳前海电商供应链管理有限公司";
- // 仓库使用企业社会信用代码
- public static final String storeUscCode = "440301111758322";
- // 仓库使用企业海关编码
- public static final String storeCustomsCode = "4403660003";
- // 仓库编码(作废)
- // public static final String storeCode = "534931948971720171102000281725";
- // 仓库编码
- public static final String storeCode = "534931948971720190717000256749";
- }
|