十分好的一个医院管理系统

源代码在线查看: tsd.sql

软件大小: 1030 K
上传用户: luoxuetian
关键词: 十分 管理系统
下载地址: 免注册下载 普通下载 VIP

相关代码

				CREATE TABLE dbo.tsd (
					 flowcode char(12) not null ,
					 feedate smalldatetime not null ,
					 paymonth char(20) not null ,
					 fkdwcode char(6) not null ,
					 fkdwfullname char(40) not null ,
					 fkdwcount char(20) not null ,
					 fkdwkfh char(40) not null ,
					 skdwfullname char(40) not null ,
					 skdwcount char(20) not null ,
					 skdwkfh char(40) not null ,
					 rmb decimal(18, 2) not null ,
					 xm char(20) not null ,
					 rs int not null 
				);			

相关资源