AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
表单加载前事件 **返回值** string,返回值可以在客户端通过变量CustomValue来访问 **参数** | 名称 | 类型 | 描述 |非空 | --- | --- | --- |--- | | objContext| Entities| 数据库上下文 |是 | uid| int|当前操作用户ID |是 | bizId| int|业务数据ID |是 **示例** ``` public static string BeforeLoadCustomer(Entities objContext, int uid, int bizId) { return "some information"; } ```