礼品进销存

–创建礼品进销存明细表

create table BFCRM.HYK_JFFHLPJXCITEM(
 JLBH      int         identity, –记录编
 JZRQ  date       not null,  –记账日期
 LPDM  varchar(6) not null, –礼品代码
 LPMC  varchar(20) not null, –礼品名称
 LPJJ float not null, –礼品进价
 LPSJ   float not null, –礼品售价
 JHSL  int   not null, –进货数量
 JHJE float   not null, -进货金额
 DHSL int   not null, –兑换数量
 DHJE float   not null, –兑换金额
 JCSL int not null, –结存数量
 JCJE float not null, –结存金额
 constraint PK_HYK_JFFHLPJXCITEM PRIMARY KEY CLUSTERED (JLBH)
 )
 with identity_gap=1

相关资源:电子礼金簿Ver1.5-管理软件其他资源-CSDN文库

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2015年2月15日
下一篇 2015年2月15日

相关推荐