公司管理


webapi

1.公司管理

  • 获取List
    url:http://dev.nbeport.com/aps/rest/Company/List

  • 获取Model
    url:http://dev.nbeport.com/aps/rest/Company/Get/{id}

  • 保存Post
    url:http://dev.nbeport.com/aps/rest/Company/savemain

    • 传入Aps_Company,其中 RowStatus:0新增,1修改;
    • 返回Aps_Company
  • 删除delete
    url:http://dev.nbeport.com/aps/rest/Company/delete/{id}

  • 修改审核状态SetStatus
    url:http://dev.nbeport.com/aps/rest/Company/SetStatus
    post参数:status,id

  • Aps_Company类

      public string ID { get; set; }
      public string Company_Name { get; set; }
      public string Company_Type { get; set; }
      public string Shipping_Type { get; set; }
      public string Company_Cert { get; set; }
      public string Doc_No { get; set; }
      public Nullable<System.DateTime> Founding_Date { get; set; }
      public string Reg_Address { get; set; }
      public string Office_Address { get; set; }
      public string LinkMan { get; set; }
      public string LinkMan2 { get; set; }
      public string LinkMan3 { get; set; }
      public string Is_Water_Cert { get; set; }
      public string Is_InterNal_Cert { get; set; }
      public string Credit_Level { get; set; }
      public string Area_Dept { get; set; }
      public string Company_Status { get; set; }
      public string Remark { get; set; }
      public string Manager_Ship_Attr { get; set; }
      public Nullable<int> Manager_Ship_Amount { get; set; }
      public Nullable<int> In_System_Amount { get; set; }
      public Nullable<int> Out_System_Amount { get; set; }
      public string Manager_Ship_Type { get; set; }
      public Nullable<System.DateTime> Check_Date { get; set; }
      public string Organize_Code { get; set; }
      public string Company_Leader { get; set; }
      public string Company_Manage { get; set; }
      public Nullable<System.DateTime> DOC_Validate_Date { get; set; }
      public string linkman4 { get; set; }
      public string Water_Cert { get; set; }
      public string InterNal_Cert { get; set; }
      public Nullable<System.DateTime> Modify_Date { get; set; }
      public string Modify_Person { get; set; }
      public string Declared_State { get; set; }
      public string OU { get; set; }
      public string CREATE_USER { get; set; }
      public Nullable<System.DateTime> CREATE_TIME { get; set; }
      public apsCommon.RowStatus RowStatus { get; set; }
    

2.人员管理

  • Aps_Company_Employee类

      public string ID { get; set; }
      public string Company_ID { get; set; }
      public string Employee_Duty { get; set; }
      public string Employee_Name { get; set; }
      public string Linkman { get; set; }
      public string Remark { get; set; }
      public string Sex { get; set; }
      public string Office_Tel { get; set; }
      public string CertNo { get; set; }
      public string CertType { get; set; }
      public Nullable<System.DateTime> ValidDate { get; set; }
      public string CREATE_USER { get; set; }
      public Nullable<DateTime> CREATE_TIME { get; set; }
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • webapi 服务器地址:http://dev.nbeport.com/aps/rest/ 1.审核管理 获取Li...
    baggio555阅读 317评论 0 0
  • webapi 服务器地址:http://dev.nbeport.com/aps/rest/ 1.船舶清单 获取Li...
    baggio555阅读 263评论 0 0
  • webapi 服务器地址:http://dev.nbeport.com/aps/rest/ 1.船舶管理 获取Li...
    baggio555阅读 354评论 0 0
  • 船舶进口岸申报 mode: HttpPost url: http://dev.nbeport.com/tims/r...
    kira_lun阅读 979评论 0 49
  • 云平台订舱webapi 服务器地址:http://dev.nbeport.com/xde 1.船司订舱查询 获取L...
    baggio555阅读 938评论 0 0