美文网首页
场库接口

场库接口

作者: kira_lun | 来源:发表于2017-03-13 15:22 被阅读0次

场库备案列表查询

public partial class CTNY_LIB
    {
        /// <summary>
        /// GUID
        /// </summary>
        public string ID { get; set; }
        /// <summary>
          /// 场库名称
        /// </summary>
        public string LIB_NAME { get; set; }
        /// <summary>
        /// 场库地址
        /// </summary>
        public string LIB_ADDRESS { get; set; }
        /// <summary>
        /// 组织机构代码
        /// </summary>
        public string LIB_ORGCODE { get; set; }
        /// <summary>
        /// 法人
        /// </summary>
        public string LIB_CORPORATION { get; set; }
        /// <summary>
        /// 企业性质
        /// </summary>
        public string LIB_NATURE { get; set; }
        /// <summary>
        /// 负责人
        /// </summary>
        public string LIB_HEAD { get; set; }
        /// <summary>
        /// 法人电话
        /// </summary>
        public string LIB_CORPORATION_TEL { get; set; }
        /// <summary>
        /// 负责人电话
        /// </summary>
        public string LIB_HEAD_TEL { get; set; }
        /// <summary>
        /// 场库建立时间(年、月)
        /// </summary>
        public string LIB_BUILD_TIME { get; set; }
        /// <summary>
        /// 质量管理体系认证类型及证书号
        /// </summary>
        public string LIB_QMSC { get; set; }
        /// <summary>
        /// 场库占地面积
        /// </summary>
        public Nullable<int> LIB_AREA { get; set; }
        /// <summary>
        /// 堆场面积
        /// </summary>
        public Nullable<int> LIB_YARD_AREA { get; set; }
        /// <summary>
        /// 检验检疫专用场库面积
        /// </summary>
        public Nullable<int> LIB_CHECK_AREA { get; set; }
        /// <summary>
        /// 1:自有 ,2:租赁
        /// </summary>
        public string LIB_PROPERTY { get; set; }
        /// <summary>
        /// 场库所有人
        /// </summary>
        public string LIB_OWN { get; set; }
        /// <summary>
        /// 场库属性:1:物流监管场库□,2:进口收用货单位监管场库□
        /// </summary>
        public string LIB_ATT { get; set; }
        /// <summary>
        /// 0 暂存1 提交2 驳回(审核不通过)3 合格(审核通过)
        /// </summary>
        public string ROW_STATE { get; set; }
        /// <summary>
        /// 创建人
        /// </summary>
        public string CREATE_BY { get; set; }
        /// <summary>
        /// 创建时间
        /// </summary>
        public Nullable<System.DateTime> CREATE_TIME { get; set; }
        /// <summary>
        /// 审核人
        /// </summary>
        public string DATA_AUDIT_BY { get; set; }
        /// <summary>
        /// 审核时间
        /// </summary>
        public Nullable<System.DateTime> DATA_AUDIT_TIME { get; set; }
        /// <summary>
        /// 审核结果
        /// </summary>
        public string DATA_AUDIT_RESULT { get; set; }
        /// <summary>
        /// 审核备注(驳回原因)
        /// </summary>
        public string DATA_AUDIT_REMARK { get; set; }
        /// <summary>
        /// 提交时间
        /// </summary>
        public Nullable<System.DateTime> SUBMIT_TIME { get; set; }
        /// <summary>
        /// 到期时间
        /// </summary>
        public Nullable<System.DateTime> MATURITIES { get; set; }
        /// <summary>
        /// 备注
        /// </summary>
        public string REMARK { get; set; }
    }

场库备案单条查询

public partial class CTNY_LIB
    {
        同LIST
    }

场库备案增加

  • mode: HttpPost
  • url: http://dev.nbeport.com/ctny/v1/rest/lib/save
  • request: from body
  • response: ""
  • test: {"ID":"001","LIB_NAME":"宁波测试","LIB_ADDRESS":"宁波测试","LIB_ORGCODE":"380000","LIB_CORPORATION":"法人",
    "LIB_NATURE":"企业性质","LIB_HEAD":"负责人","LIB_CORPORATION_TEL":"法人电话","LIB_HEAD_TEL":"负责人电话",
    "LIB_BUILD_TIME":"场库建立时间(年、月)","LIB_QMSC":"质量管理体系认证类型及证书号","LIB_AREA":56,"LIB_YARD_AREA":99,
    "LIB_CHECK_AREA":34,"LIB_PROPERTY":"1:自有 ,2:租赁","LIB_OWN":"场库所有人","LIB_ATT":"场库属性","ROW_STATE":"0",
    "CREATE_BY":"admin","CREATE_TIME":"2017-03-03T00:00:00","DATA_AUDIT_BY":"审核人","DATA_AUDIT_TIME":"2017-03-03T00:00:00",
    "DATA_AUDIT_RESULT":"审核结果","DATA_AUDIT_REMARK":"审核备注(驳回原因)","SUBMIT_TIME":"2017-03-03T00:00:00",
    "MATURITIES":"2017-03-03T00:00:00","REMARK":"123"}

场库备案编辑

  • mode: HttpPost
  • url: http://dev.nbeport.com/ctny/v1/rest/lib/update
  • request: from body
  • response: ""
  • test: {"ID":"001","LIB_NAME":"宁波测试","LIB_ADDRESS":"宁波测试","LIB_ORGCODE":"380000","LIB_CORPORATION":"法人",
    "LIB_NATURE":"企业性质","LIB_HEAD":"负责人","LIB_CORPORATION_TEL":"法人电话","LIB_HEAD_TEL":"负责人电话",
    "LIB_BUILD_TIME":"场库建立时间(年、月)","LIB_QMSC":"质量管理体系认证类型及证书号","LIB_AREA":56,"LIB_YARD_AREA":99,
    "LIB_CHECK_AREA":34,"LIB_PROPERTY":"1:自有 ,2:租赁","LIB_OWN":"场库所有人","LIB_ATT":"场库属性","ROW_STATE":"0",
    "CREATE_BY":"admin","CREATE_TIME":"2017-03-03T00:00:00","DATA_AUDIT_BY":"审核人","DATA_AUDIT_TIME":"2017-03-03T00:00:00",
    "DATA_AUDIT_RESULT":"审核结果","DATA_AUDIT_REMARK":"审核备注(驳回原因)","SUBMIT_TIME":"2017-03-03T00:00:00",
    "MATURITIES":"2017-03-03T00:00:00","REMARK":"123"}

场库备案通过审核

场库备案退回(审核不通过)

场库备案删除

场库备案附件列表查询

public partial class CTNY_CERT
    {
        /// <summary>
        /// GUID
        /// </summary>
        public string ID { get; set; }
        /// <summary>
        /// 备案主单ID
        /// </summary>
        public string PID { get; set; }
        /// <summary>
        /// 证书名称
        /// </summary>
        public string CERT_NAME { get; set; }
        /// <summary>
        /// 证书有效期
        /// </summary>
        public Nullable<System.DateTime> CERT_VALIDITY { get; set; }
        /// <summary>
        /// 附件关联ID
        /// </summary>
        public string FILE_ID { get; set; }
        /// <summary>
        /// 创建时间
        /// </summary>
        public Nullable<System.DateTime> CREATE_TIME { get; set; }
    }

场库备案附件单条查询

public partial class CTNY_CERT
    {
        同LIST
    }

场库备案附件增加

  • mode: HttpPost
  • url: http://dev.nbeport.com/ctny/v1/rest/cert/save
  • request: from body
  • response: ""
  • test: {"ID":"001","PID":"0012","CERT_NAME":"efg","CERT_VALIDITY":"2017-03-03T00:00:00",
    "FILE_ID":"0987654","CREATE_TIME":"2017-03-22T00:00:00"}

场库备案附件编辑

  • mode: HttpPost
  • url: http://dev.nbeport.com/ctny/v1/rest/cert/update
  • request: from body
  • response: ""
  • test: {"ID":"001","PID":"0012","CERT_NAME":"efg","CERT_VALIDITY":"2017-03-03T00:00:00",
    "FILE_ID":"0987654","CREATE_TIME":"2017-03-22T00:00:00"}

场库备案附件删除

场库台帐登记列表查询

public partial class CTNY_RECORD
    {
        /// <summary>
        /// GUID
        /// </summary>
        public string ID { get; set; }
        /// <summary>
        /// 台帐序号
        /// </summary>
        public string RECORD_NO { get; set; }
        /// <summary>
        /// 报检号
        /// </summary>
        public string DECL_NO { get; set; }
        /// <summary>
        /// 台帐日期
        /// </summary>
        public Nullable<System.DateTime> RECORD_DATE { get; set; }
        /// <summary>
        /// 主施检部门
        /// </summary>
        public string INSP_DEPT { get; set; }
        /// <summary>
        /// 电子查验时间
        /// </summary>
        public Nullable<System.DateTime> CHECK_TIME { get; set; }
        /// <summary>
        /// 查验模式
        /// </summary>
        public string CHECK_MODE { get; set; }
        /// <summary>
        /// 箱号
        /// </summary>
        public string CTN_NO { get; set; }
        /// <summary>
        /// 箱型
        /// </summary>
        public string CTN_TYPE { get; set; }
        /// <summary>
        /// 旧封号
        /// </summary>
        public string OLD_SEAL_NO { get; set; }
        /// <summary>
        /// 新封号
        /// </summary>
        public string NEW_SEAL_NO { get; set; }
        /// <summary>
        /// 来源国
        /// </summary>
        public string COUNTRY { get; set; }
        /// <summary>
        /// 货代名称
        /// </summary>
        public string ENT_NAME { get; set; }
        /// <summary>
        /// 报检员
        /// </summary>
        public string DECL_PERSON { get; set; }
        /// <summary>
        /// 检疫员
        /// </summary>
        public string INSP_PERSON { get; set; }
        /// <summary>
        /// 是否有木 0:无 1:有
        /// </summary>
        public string IS_HAVE_WOOD { get; set; }
        /// <summary>
        /// 是否疫区 0:无 1:有
        /// </summary>
        public string IS_EPIDEMIC { get; set; }
        /// <summary>
        /// 总箱量(20)
        /// </summary>
        public Nullable<decimal> CTN_NUM_ALL_20 { get; set; }
        /// <summary>
        /// 抽查箱量(20)
        /// </summary>
        public Nullable<decimal> CTN_NUM_CHECK_20 { get; set; }
        /// <summary>
        /// 总箱量(40)
        /// </summary>
        public Nullable<decimal> CTN_NUM_ALL_40 { get; set; }
        /// <summary>
        /// 抽查箱量(40)
        /// </summary>
        public Nullable<decimal> CTN_NUM_CHECK_40 { get; set; }
        /// <summary>
        /// 查验情况
        /// </summary>
        public string CHECK_RESULT { get; set; }
        /// <summary>
        /// 检疫处理
        /// </summary>
        public string QT { get; set; }
        /// <summary>
        /// 创建人
        /// </summary>
        public string CREATE_BY { get; set; }
        /// <summary>
        /// 创建时间
        /// </summary>
        public Nullable<System.DateTime> CREATE_TIME { get; set; }
        /// <summary>
        /// 备注
        /// </summary>
        public string REMARK { get; set; }
    }

场库台帐登记单条查询

public partial class CTNY_RECORD
    {
        同LIST
    }

场库台帐登记增加

  • mode: HttpPost
  • url: http://dev.nbeport.com/ctny/v1/rest/record/save
  • request: from body
  • response: ""
  • test: {"ID":"3df47ef7-d75a-4c55-aaa2-67dcf21e72dd","RECORD_NO":"000001","DECL_NO":"3800376298232",
    "RECORD_DATE":"2017-03-03T00:00:00","INSP_DEPT":"3809872","CHECK_TIME":"2017-03-03T00:00:00",
    "CHECK_MODE":"ttt","CTN_NO":"T0937232","CTN_TYPE":"1","OLD_SEAL_NO":"2324242","NEW_SEAL_NO":"232323",
    "COUNTRY":"美国","ENT_NAME":"宁波测试","DECL_PERSON":"yyl","INSP_PERSON":"yyl","IS_HAVE_WOOD":"1",
    "IS_EPIDEMIC":"0","CTN_NUM_ALL_20":5.0,"CTN_NUM_CHECK_20":3.0,"CTN_NUM_ALL_40":1.0,"CTN_NUM_CHECK_40":4.0,
    "CHECK_RESULT":"ok","QT":"ok","CREATE_BY":"admin","CREATE_TIME":"2017-03-31T00:00:00","REMARK":"111"}

场库台帐登记编辑

  • mode: HttpPost
  • url: http://dev.nbeport.com/ctny/v1/rest/record/update
  • request: from body
  • response: ""
  • test: {"ID":"3df47ef7-d75a-4c55-aaa2-67dcf21e72dd","RECORD_NO":"000001","DECL_NO":"3800376298232",
    "RECORD_DATE":"2017-03-03T00:00:00","INSP_DEPT":"3809872","CHECK_TIME":"2017-03-03T00:00:00",
    "CHECK_MODE":"ttt","CTN_NO":"T0937232","CTN_TYPE":"1","OLD_SEAL_NO":"2324242","NEW_SEAL_NO":"232323",
    "COUNTRY":"美国","ENT_NAME":"宁波测试","DECL_PERSON":"yyl","INSP_PERSON":"yyl","IS_HAVE_WOOD":"1",
    "IS_EPIDEMIC":"0","CTN_NUM_ALL_20":5.0,"CTN_NUM_CHECK_20":3.0,"CTN_NUM_ALL_40":1.0,"CTN_NUM_CHECK_40":4.0,
    "CHECK_RESULT":"ok","QT":"ok","CREATE_BY":"admin","CREATE_TIME":"2017-03-31T00:00:00","REMARK":"111"}

场库台帐登记删除

相关文章

  • 场库接口

    场库备案列表查询 mode: HttpGet url: http://dev.nbeport.com/ctny/v...

  • python接口测试

    一、requests库二、pandas库三、接口示例 前言本文档讲述使用python requests库请求接口、...

  • 库接口

    getoneframe(5)好像是采的帧数5*4吧,应该是这么理解,20帧内没采到理想的图片,就返回8,如果采集到...

  • python操作mysql数据库

    Python标准数据库接口为Python DB-API,为开发人员提供了数据库应用编程接口。接口支持多数据库: G...

  • 用node实现登录注册案例,模拟后端开发流程。

    开发流程: 前端请求接口 后端涉及拿数据,写接口,存数据库,数据库读取 什么是接口? 接口就是不同功能层之间的通信...

  • golang后台开发常用标准库

    ##一Go的数据库接口 ####1.1接口介绍 Go官方没有提供数据库驱动,而是为开发数据库驱动定义了一些标准接口...

  • java成神之路---集合框架

    标签(空格分隔): java java集合类库的设计思想:“接口与实现分离” java类库中的集合接口和迭代器接口...

  • API 安全机制 | 数据校验

    数据校验 接口层面; 数据库层面; 数据校验 | 接口层面 | 代码 数据校验 | 数据库层面 | 代码

  • JDBC

    1...... Driver接口:数据库驱动程序的接口,所有具体数据库厂商需要的驱动程序需要实现次接口。 Conn...

  • JDBC入门

    JDBC连接数据库 三种连接数据库方式 JDBC接口核心的API Driver接口: 表示java驱动程序接口。所...

网友评论

      本文标题:场库接口

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