{"Message":"完善任务功能","MessageType":2,"Modules":[{"State":4,"Type":7,"Name":"Table/任务表"},{"State":2,"Type":7,"Name":"Table/任务版本"},{"State":4,"Type":7,"Name":"Table/任务状态"},{"State":2,"Type":7,"Name":"Table/任务分组"},{"State":1,"Type":1,"Name":"PCPage/任务列表"},{"State":1,"Type":1,"Name":"PCPage/任务首页"},{"State":1,"Type":1,"Name":"PCPage/任务-基本信息"},{"State":1,"Type":1,"Name":"PCPage/任务-任务信息"},{"State":1,"Type":1,"Name":"PCPage/任务-侧栏"},{"State":1,"Type":9,"Name":"Theme"},{"State":1,"Type":11,"Name":"UserService"},{"State":1,"Type":12,"Name":"CustomLibrary"},{"State":1,"Type":1,"Name":"PCPage/任务-子任务列表"},{"State":1,"Type":1,"Name":"PCPage/任务-关联资源"},{"State":1,"Type":1,"Name":"PCPage/任务-工时"},{"State":1,"Type":1,"Name":"PCPage/任务-进展"},{"State":4,"Type":7,"Name":"Table/任务进展"},{"State":1,"Type":7,"Name":"Table/任务工时表"},{"State":1,"Type":1,"Name":"PCPage/工时详情"},{"State":1,"Type":31,"Name":"UserControlPage/工时记录列表"},{"State":1,"Type":15,"Name":"ServerCommand/新增工时"},{"State":4,"Type":23,"Name":"TableView/子任务视图"},{"State":3,"Type":38,"Name":"Image/未选择.svg"},{"State":3,"Type":1,"Name":"PCPage/修改报工"},{"State":3,"Type":15,"Name":"ServerCommand/修改工时"},{"State":3,"Type":1,"Name":"PCPage/新增任务"},{"State":3,"Type":7,"Name":"Table/项目版本"},{"State":3,"Type":7,"Name":"Table/项目分组"},{"State":3,"Type":22,"Name":"Tables/任务"},{"State":3,"Type":20,"Name":"ServerCommands/任务"},{"State":3,"Type":15,"Name":"ServerCommand/新增任务"}],"Version":"v1"}
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
},
|
||||
{
|
||||
"PrimarySchema": null,
|
||||
"PrimaryTable": "任务版本",
|
||||
"PrimaryTable": "项目版本",
|
||||
"PrimaryColumn": "ID",
|
||||
"ForeignSchema": null,
|
||||
"ForeignTable": "任务表",
|
||||
@@ -223,7 +223,7 @@
|
||||
},
|
||||
{
|
||||
"PrimarySchema": null,
|
||||
"PrimaryTable": "任务分组",
|
||||
"PrimaryTable": "项目分组",
|
||||
"PrimaryColumn": "ID",
|
||||
"ForeignSchema": null,
|
||||
"ForeignTable": "任务表",
|
||||
@@ -84,7 +84,7 @@
|
||||
"$type": "Forguncy.Model.Tables.StatisticColumn, ServerDesignerCommon",
|
||||
"AggregateFunction": 4,
|
||||
"DataColumnName": "工时",
|
||||
"Name": "总计划工时",
|
||||
"Name": "总工时",
|
||||
"ColumnType": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Name": "任务分组",
|
||||
"Name": "项目分组",
|
||||
"Columns": [
|
||||
{
|
||||
"$type": "Forguncy.Model.Tables.BindingColumn, ServerDesignerCommon",
|
||||
@@ -49,7 +49,7 @@
|
||||
"ExternalDatabaseInfo": {
|
||||
"AllowModifySchema": true,
|
||||
"ConnectionId": "业务表",
|
||||
"SourceTableName": "任务分组",
|
||||
"SourceTableName": "项目分组",
|
||||
"SourceTableSchema": "dbo"
|
||||
},
|
||||
"PrimaryKey": [
|
||||
@@ -62,7 +62,7 @@
|
||||
"PrimaryTable": "项目表",
|
||||
"PrimaryColumn": "ID",
|
||||
"ForeignSchema": null,
|
||||
"ForeignTable": "任务分组",
|
||||
"ForeignTable": "项目分组",
|
||||
"ForeignColumn": "项目ID",
|
||||
"RelationTypeOnDelete": 0,
|
||||
"RelationTypeOnUpdate": 0,
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Name": "任务版本",
|
||||
"Name": "项目版本",
|
||||
"Columns": [
|
||||
{
|
||||
"$type": "Forguncy.Model.Tables.BindingColumn, ServerDesignerCommon",
|
||||
@@ -15,7 +15,7 @@
|
||||
"$type": "Forguncy.Model.Tables.BindingColumn, ServerDesignerCommon",
|
||||
"DatabaseColumnType": "bigint",
|
||||
"MaxLength": -1,
|
||||
"Name": "任务ID",
|
||||
"Name": "项目ID",
|
||||
"ColumnType": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
|
||||
},
|
||||
{
|
||||
@@ -49,12 +49,24 @@
|
||||
"ExternalDatabaseInfo": {
|
||||
"AllowModifySchema": true,
|
||||
"ConnectionId": "业务表",
|
||||
"SourceTableName": "任务版本",
|
||||
"SourceTableName": "项目版本",
|
||||
"SourceTableSchema": "dbo"
|
||||
},
|
||||
"PrimaryKey": [
|
||||
"ID"
|
||||
],
|
||||
"Indexes": [],
|
||||
"Relations": []
|
||||
"Relations": [
|
||||
{
|
||||
"PrimarySchema": null,
|
||||
"PrimaryTable": "项目表",
|
||||
"PrimaryColumn": "ID",
|
||||
"ForeignSchema": null,
|
||||
"ForeignTable": "项目版本",
|
||||
"ForeignColumn": "项目ID",
|
||||
"RelationTypeOnDelete": 0,
|
||||
"RelationTypeOnUpdate": 0,
|
||||
"IsDetailTableRelation": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user