webapi
- 服務(wù)器地址:http://10.100.3.138/cag/rest/
1.部門
- 獲取List:http://10.100.3.138/cag/rest/basecode/department
- 返回類
public string Bmmc { get; set; }//部門名稱
public string Alias { get; set; }
public Nullable<int> Bmsx { get; set; }
public int Bmid { get; set; }
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
傳參數(shù)type:基本類別,例如type=貨主 - 返回類
public Int Wlhid { get; set; }
public string Dm { get; set; } //代碼
public string Mc { get; set; }//名稱
public string Jblb { get; set; }//基本類別
4.貨物來源
- 獲取List:http://10.100.3.138/cag/rest/basecode/cargosource
- 返回類
public int Id { get; set; }
public string Name { get; set; }
public decimal qz { get; set; }