project_progress.xml 1.4 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <table name="project_progress" desc="项目进度管理">
  3. <column isNull="false" isPK="true" name="id" caption="主键" dbtype="varchar(36)"
  4. type="string" size="36">
  5. <auto value="$uuid" update="false">
  6. </auto>
  7. </column>
  8. <column isNull="false" name="project_id" caption="项目Id" type="string" size="36"
  9. dbtype="varchar(36)"/>
  10. <column isNull="false" name="major" caption="专业 0:绿建专业 1:智能化专业 2:空调专业 3:给排水专业 4:暖通专业 5:电气专业" type="string"
  11. size="36"
  12. dbtype="varchar(36)"/>
  13. <column isNull="false" name="staff_type" caption="人员类型" type="string" size="36" dbtype="varchar(36)"/>
  14. <column isNull="false" name="staff_id" caption="人员名称" type="string" size="36" dbtype="varchar(36)"/>
  15. <column isNull="false" name="ratio" caption="所占比例" type="int32"/>
  16. <column isNull="false" name="del_flag" caption="是否删除 1:删除 0:正常" type="int32"/>
  17. <column isNull="false" name="create_by" caption="创建人" type="string" size="36" dbtype="varchar(36)"/>
  18. <column isNull="false" name="create_time" caption="创建时间" type="datetime"/>
  19. <column isNull="false" name="last_update_by" caption="最后更新人" type="string" size="36" dbtype="varchar(36)"/>
  20. <column isNull="false" name="last_update_date" caption="最后更新时间" type="datetime"/>
  21. </table>