美文网首页
基础代码

基础代码

作者: baggio555 | 来源:发表于2017-07-13 16:06 被阅读0次

webapi

1.部门

2.港口

  • 获取List:http://10.100.3.138/cag/rest/basecode/port
  • 返回类
    public int gkid { get; set; }
    public string Gkdm { get; set; } //五字码
    public string Gkzwmc { get; set; }//港口中文
    public string Gkywmc { get; set; }//港口英文
    public string Gkdm3z { get; set; }

3.单位

  • 获取List:http://10.100.3.138/cag/rest/company/getbytype
    传参数type:基本类别,例如type=货主
  • 返回类
    public Int Wlhid { get; set; }
    public string Dm { get; set; } //代码
    public string Mc { get; set; }//名称
    public string Jblb { get; set; }//基本类别

4.货物来源

相关文章

网友评论

      本文标题:基础代码

      本文链接:https://www.haomeiwen.com/subject/fqvwhxtx.html