Dict.java 832 B

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