zoukankan      html  css  js  c++  java
  • 0214工作备份


    CREATE TABLE bt_wxpgong(
    id varchar2(32) primary key,
    fbillno varchar2(32) ,
    fbiller varchar2(32) ,
    fdate date ,
    fcustno varchar2(32) ,
    fcustid varchar2(32) ,
    flianxi varchar2(32) ,
    ftelphone varchar2(32) ,
    ftype varchar2(32) ,
    fweixiu varchar2(32) ,
    fjdate date ,
    fdecribe varchar2(32) ,
    fzhaiyao varchar2(32) ,
    fwdate varchar2(32),
    fwweixiu varchar2(32),
    fcost varchar2(32),
    fjine varchar2(32),
    flirun varchar2(32),
    fzhonglei varchar2(32),
    fzhuangkuang varchar2(32),
    fno varchar2(32)
    );
    comment on column bt_wxpgong.id is 'id';
    comment on column bt_wxpgong.fbillno is '维修派工单号';
    comment on column bt_wxpgong.fbiller is '制单人';
    comment on column bt_wxpgong.fdate is '制单日期';
    comment on column bt_wxpgong.fcustno is '客户编号';
    comment on column bt_wxpgong.fcustid is '客户';
    comment on column bt_wxpgong.flianxi is '联系人';
    comment on column bt_wxpgong.ftelphone is '联系电话';
    comment on column bt_wxpgong.ftype is '报修类型';
    comment on column bt_wxpgong.fweixiu is '维修人员';
    comment on column bt_wxpgong.fjdate is '接单日期';
    comment on column bt_wxpgong.fdecribe is '故障描述';
    comment on column bt_wxpgong.fzhaiyao is '摘要';

    comment on column bt_wxpgong.fwdate is '完工日期';
    comment on column bt_wxpgong.fwweixiu is '实际维修人员';
    comment on column bt_wxpgong.fcost is '总成本';
    comment on column bt_wxpgong.fjine is '金额';

    comment on column bt_wxpgong.flirun is '利润';
    comment on column bt_wxpgong.fzhonglei is '维修种类';
    comment on column bt_wxpgong.fzhuangkuang is '处理状况';
    comment on column bt_wxpgong.fno is '申请单号';

  • 相关阅读:
    lucene .NET 搜索图片 功能实现
    (转)权威支持: 选择正确的 WebSphere 诊断工具
    (转)WebSphere 中池资源调优
    (转)使用 DB2 HADR 选择用于灾难恢复的 SUPERASYNC 模式
    (转) DB2 HADR
    (转)DB2 HADR 监控详解
    (转)python高级FTP
    (转)Python的web服务器
    (转)python通过paramiko实现,ssh功能
    (转)request模拟知乎登录(无验证码机制
  • 原文地址:https://www.cnblogs.com/xujiating/p/6398405.html
Copyright © 2011-2022 走看看