表格报表


webapi

1.船舶清单

  • Aps_Report_Ship类

              public int ID { get; set; }
      public string COMPANY_NAME { get; set; }
      public string DOC_NO { get; set; }
      public string SHIP_NAME { get; set; }
      public string SHIP_BNAME { get; set; }
      public string SMC_NO { get; set; }
      public string SMC_DATE_YEAR { get; set; }
      public string SMC_DATE_DAY { get; set; }
      public Nullable<DateTime> ISSUE_DATE { get; set; }
      public string ISSUE_AGENCY_NAME { get; set; }
      public Nullable<DateTime> ENDORSEMENT_DATE { get; set; }
      public string SHIP_TYPE { get; set; }
      public int? GROSS_TON { get; set; }
      public Nullable<int> RATED_PASSENGER_NUM { get; set; }
      public string LINE { get; set; }
      public string IMO_NO { get; set; }
      public string SHIP_REGNO { get; set; }
      public string SHIP_REGNO_FIRST { get; set; }
      public string BUILD_DATE_YEAR { get; set; }
      public string BUILD_DATE_DAY { get; set; }
      public string SHIP_PORT { get; set; }
      public string CLASSIFICATION { get; set; }
      public string IS_TRUST { get; set; }
      public DateTime? IN_SMS_DATE { get; set; }
      public Nullable<DateTime> OUT_SMS_DATE { get; set; }
      public string HOLDER { get; set; }
      public string OPERATOR { get; set; }
      public string REMARK { get; set; }
      public string CREATE_USER { get; set; }
      public Nullable<DateTime> CREATE_TIME { get; set; }
      public string COMPANY_ID { get; set; }
    

2.国际公司持证情况

  • Aps_Report_CompanyDocOut类
    public int ID { get; set; }
    public string DOC_NO { get; set; }
    public string COMPANY_NAME { get; set; }
    public Nullable<DateTime>DOC_DATE_FIRST { get; set; }
    public Nullable<DateTime>DOC_DATE { get; set; }
    public Nullable<DateTime>DOC_DATE_LAST { get; set; }
    public string SHIP_TYPE { get; set; }
    public int? ROPAX_NUM { get; set; }
    public int? PASSENGER_NUM { get; set; }
    public int? CARGO_NUM { get; set; }
    public int? BULKCARGO_NUM { get; set; }
    public int? OIL_NUM { get; set; }
    public int? CHEMICAL_NUM { get; set; }
    public int? OIL_CHEMICAL_NUM { get; set; }
    public int? GAS_NUM { get; set; }
    public int? MODU_NUM { get; set; }
    public int? OTHERSHIP_NUM { get; set; }
    public int? CHINA_NUM { get; set; }
    public int? PANAMA_NUM { get; set; }
    public int? LIBERIA_NUM { get; set; }
    public int? HONGKONG_NUM { get; set; }
    public int? SINGAPORE_NUM { get; set; }
    public int? STVINCENT_NUM { get; set; }
    public int? MALTA_NUM { get; set; }
    public int? VANUATU_NUM { get; set; }
    public int? TANZANIA_NUM { get; set; }
    public int? CYPRUS_NUM { get; set; }
    public int? MARSHALLIS_NUM { get; set; }
    public int? BAHAMAS_NUM { get; set; }
    public int? KIRIBATI_NUM { get; set; }
    public int? OTHER_NUM { get; set; }
    public int? TOTAL_NUM { get; set; }
    public string DOC_NO_IN { get; set; }
    public string REMARK { get; set; }

      public string CREATE_USER { get; set; }
      public Nullable<DateTime> CREATE_TIME { get; set; }
      public string COMPANY_ID { get; set; }
    

3.国内公司持证情况

  • Aps_Report_CompanyDoc_In类

      public int ID { get; set; }
      public string DOC_NO { get; set; }
      public string COMPANY_NAME { get; set; }
      public Nullable<DateTime>DOC_DATE_FIRST { get; set; }
      public Nullable<DateTime>DOC_DATE { get; set; }
      public Nullable<DateTime>DOC_DATE_LAST { get; set; }
      public string SHIP_TYPE { get; set; }
      public int? ROPAX_NUM { get; set; }
      public int? HIGHSPEED_NUM { get; set; }
      public int? GENERAL_NUM { get; set; }
      public int? BULKCARGO_NUM { get; set; }
      public int? OIL_NUM { get; set; }
      public int? CHEMICAL_NUM { get; set; }
      public int? OIL_CHEMICAL_NUM { get; set; }
      public int? GAS_NUM { get; set; }
      public int? MODU_NUM { get; set; }
      public int? OTHERSHIP_NUM { get; set; }
      public int? TOTAL_NUM { get; set; }
      public string DOC_NO_OUT { get; set; }
      public string REMARK { get; set; }
      public string CREATE_USER { get; set; }
      public Nullable<DateTime> CREATE_TIME { get; set; }
      public string COMPANY_ID { get; set; }
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • webapi 服务器地址:http://dev.nbeport.com/aps/rest/ 1.审核管理 获取Li...
    baggio555阅读 316评论 0 0
  • webapi 服务器地址:http://dev.nbeport.com/aps/rest/ 1.船舶管理 获取Li...
    baggio555阅读 354评论 0 0
  • 提单 提单获取List: http://10.100.3.138/cag/rest/bill/ 参数:BillNa...
    baggio555阅读 799评论 0 0
  • webapi 服务器地址:http://dev.nbeport.com/aps/rest/ 1.公司管理 获取Li...
    baggio555阅读 258评论 0 0
  • 船舶进口岸申报 mode: HttpPost url: http://dev.nbeport.com/tims/r...
    kira_lun阅读 979评论 0 49