- <?xml version="1.0" encoding="utf-8" ?>
- <table name="notice" desc="工作信息通报">
- <column isNull="false" isPK="true" name="id" caption="主键" dbtype="varchar(36)"
- type="string" size="36">
- <auto value="$uuid" update="false">
- </auto>
- </column>
- <column isNull="false" name="title" caption="通报标题" type="string" size="36" dbtype="varchar(36)"/>
- <column isNull="false" name="content" caption="通报内容" type="string" size="500" dbtype="varchar(36)"/>
- <column isNull="false" name="remark" caption="备注" type="string" size="500" dbtype="varchar(36)"/>
- <column isNull="false" name="del_flag" caption="是否删除 1:删除 0:正常" type="int32"/>
- <column isNull="false" name="create_by" caption="创建人" type="string" size="36" dbtype="varchar(36)"/>
- <column isNull="false" name="create_time" caption="创建时间" type="datetime"/>
- <column isNull="false" name="last_update_by" caption="最后更新人" type="string" size="36" dbtype="varchar(36)"/>
- <column isNull="false" name="last_update_date" caption="最后更新时间" type="datetime"/>
- </table>
|