create table datatype ( id int identity(1,1) primary key not null,--主键 updatetime datetime default(getdate()),--更新时间 userid int,--操作人 isdelete int ,--删除标示 0 表示正常 1表示删除 typename varchar(200),--部门名称 typeid int,--部门id )go这是建库 代码
int id = 0; datetime updatetime = datetime.now; int userid = 0; int isdelete = 0; string typename = ""; int typeid = 0;如何赋值?
这是模板 存成*.cst格式<%@ codetemplate language="c#" targetlanguage="c#" src="toolscodetemplate.cs" inherits="toolscodetemplate"%><%@ property name="targettable" type="schemaexplorer.tableschema" category="context" description="targettable that the object is based on." %><%@ property name="modelsnamespace" default="myoffice.models" type="system.string" category="context" description="targettable that the object is based on." %><%@ assembly name="schemaexplorer" %><%@ assembly name="system.data" %><%@ import namespace="schemaexplorer" %><%@ import namespace="system.data" %><% printheader(); %>using system;using system.collections.generic;using system.text;namespace <%= modelsnamespace %>{ public class <%= getmodelclassname() %> { <% foreach (columnschema column in targettable.columns) { %> public <%= getpropertytype(column) %> <%= getpropertyname(column) %> <% } %> }}
这是张树亮老师 oa课件里的一个表
自己解决了 感谢度娘
photoshop|
|
svg|
webgl|
visual studio|
powerdesigner|
eclipse|
git|
apache ant|
|
|
codesmith|
flex|
gradle|
maven|
sublime text3|
svn|
|
|
chrome开发者工具|
opengl|
unity|
direct3d|
用户登录
还没有账号?立即注册
用户注册
投稿取消
文章分类: |
|
还能输入300字
上传中....