{"Message":"新增项目周报AI生成功能","MessageType":2,"Modules":[{"State":4,"Type":1,"Name":"PCPage/汇报详情"},{"State":4,"Type":1,"Name":"PCPage/汇报详情预览"},{"State":4,"Type":1,"Name":"PCPage/汇报列表"},{"State":1,"Type":27,"Name":"ServerCommandPrivate/发送日报消息到钉钉"},{"State":2,"Type":16,"Name":"TaskScheduler/每日根据报工自动生成工作日报"},{"State":1,"Type":11,"Name":"UserService"},{"State":3,"Type":27,"Name":"ServerCommandPrivate/AI生成项目汇报"},{"State":3,"Type":16,"Name":"TaskScheduler/每周生成周报"},{"State":3,"Type":16,"Name":"TaskScheduler/每日生成日报"},{"State":3,"Type":15,"Name":"ServerCommand/页面_生成项目汇报"}],"Version":"v1"}
This commit is contained in:
161
ServerCommands/汇报/页面_生成项目汇报.json
Normal file
161
ServerCommands/汇报/页面_生成项目汇报.json
Normal file
@@ -0,0 +1,161 @@
|
||||
{
|
||||
"$type": "Forguncy.SaveLoad.ServerCommandSaveData, ServerDesignerCommon",
|
||||
"Name": "页面_生成项目汇报",
|
||||
"Enabled": true,
|
||||
"Triggers": {
|
||||
"$type": "System.Collections.Generic.List`1[[Forguncy.SaveLoad.TriggerSaveDataBase, ServerDesignerCommon]], System.Private.CoreLib",
|
||||
"$values": [
|
||||
{
|
||||
"$type": "Forguncy.SaveLoad.PostRequestTriggerSaveData, ServerDesignerCommon",
|
||||
"Permission": {
|
||||
"$type": "Forguncy.SaveLoad.ServerCommandPermissionSaveData, ServerDesignerCommon",
|
||||
"PermissionData": {
|
||||
"$type": "Forguncy.RbacPermission.Core.Impl.ServerCommand.ServerCommandPermissionData, Forguncy.RbacPermission.Core",
|
||||
"permissionResource": {
|
||||
"$type": "Forguncy.RbacPermission.Core.Impl.ServerCommand.ServerCommandPermissionResource, Forguncy.RbacPermission.Core"
|
||||
},
|
||||
"permissionBindings": {
|
||||
"$type": "System.Collections.Generic.List`1[[Forguncy.RbacPermission.Core.Impl.ServerCommand.IServerCommandPermissionBinding, Forguncy.RbacPermission.Core]], System.Private.CoreLib",
|
||||
"$values": [
|
||||
{
|
||||
"$type": "Forguncy.RbacPermission.Core.Impl.ServerCommand.ServerCommandPermissionBinding, Forguncy.RbacPermission.Core",
|
||||
"roleNames": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
|
||||
"$values": [
|
||||
"FGC_LoginUser"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"Parameters": {
|
||||
"$type": "System.Collections.Generic.List`1[[Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon]], System.Private.CoreLib",
|
||||
"$values": [
|
||||
{
|
||||
"$type": "Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon",
|
||||
"Name": "汇报类型",
|
||||
"DataValidationInfo": {
|
||||
"$type": "Forguncy.SaveLoad.DataValidationInfoSaveData, ServerDesignerCommon",
|
||||
"IgnoreBlank": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon",
|
||||
"Name": "日期",
|
||||
"DataValidationInfo": {
|
||||
"$type": "Forguncy.SaveLoad.DataValidationInfoSaveData, ServerDesignerCommon",
|
||||
"IgnoreBlank": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon",
|
||||
"Name": "项目ID",
|
||||
"DataValidationInfo": {
|
||||
"$type": "Forguncy.SaveLoad.DataValidationInfoSaveData, ServerDesignerCommon",
|
||||
"IgnoreBlank": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Commands": {
|
||||
"$type": "System.Collections.Generic.List`1[[GrapeCity.Forguncy.Commands.Command, Forguncy.Commands]], System.Private.CoreLib",
|
||||
"$values": [
|
||||
{
|
||||
"$type": "Forguncy.Model.RequestServerCommand, ServerDesignerCommon",
|
||||
"ServerCommandName": "AI生成项目汇报",
|
||||
"Parameters": {
|
||||
"$type": "System.Collections.Generic.List`1[[Forguncy.Model.RequestServerCommandParamBase, ServerDesignerCommon]], System.Private.CoreLib",
|
||||
"$values": [
|
||||
{
|
||||
"$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon",
|
||||
"ParamName": "项目ID",
|
||||
"Value": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=项目ID"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon",
|
||||
"ParamName": "汇报类型",
|
||||
"Value": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=汇报类型"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon",
|
||||
"ParamName": "日期",
|
||||
"Value": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=日期"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"ResultErrorCodeTo": {
|
||||
"$type": "Forguncy.Common.FormulaCellLocation, ServerDesignerCommon",
|
||||
"SerializeProperty": "code"
|
||||
},
|
||||
"ResultMessageTo": {
|
||||
"$type": "Forguncy.Common.FormulaCellLocation, ServerDesignerCommon",
|
||||
"SerializeProperty": "msg"
|
||||
},
|
||||
"ReturnPropertiesTo": {
|
||||
"$type": "System.Collections.Generic.List`1[[Forguncy.Model.ReturnPropertyTo, ServerDesignerCommon]], System.Private.CoreLib",
|
||||
"$values": [
|
||||
{
|
||||
"$type": "Forguncy.Model.ReturnPropertyTo, ServerDesignerCommon",
|
||||
"ResultPropertyName": "生成日报",
|
||||
"ResultTo": {
|
||||
"$type": "Forguncy.Common.FormulaCellLocation, ServerDesignerCommon",
|
||||
"SerializeProperty": "生成日报"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"RefreshAfterFinish": true,
|
||||
"CheckDataValidation": true,
|
||||
"BreakpointIdentity": "4251adce-af0f-4e60-9980-56bde53a25cd"
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
|
||||
"ErrorCode": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=code"
|
||||
},
|
||||
"Message": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=msg"
|
||||
},
|
||||
"CustomReturns": {
|
||||
"$type": "System.Collections.Generic.List`1[[Forguncy.Model.CustomReturns, ServerDesignerCommon]], System.Private.CoreLib",
|
||||
"$values": [
|
||||
{
|
||||
"$type": "Forguncy.Model.CustomReturns, ServerDesignerCommon",
|
||||
"ReturnPropertyName": "生成日报",
|
||||
"Value": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=生成日报"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"BreakpointIdentity": "e6b3e09f-959d-4e53-b630-213513335294"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ReturnProperties": {
|
||||
"$type": "System.Collections.Generic.List`1[[Forguncy.SaveLoad.ReturnPropertySaveData, ServerDesignerCommon]], System.Private.CoreLib",
|
||||
"$values": [
|
||||
{
|
||||
"$type": "Forguncy.SaveLoad.ReturnPropertySaveData, ServerDesignerCommon",
|
||||
"Name": "生成日报"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user