Open
Conversation
Open
Open
Owner
|
auggie review |
🤖 Augment PR SummarySummary: This PR enhances the 企业微信 OA 审批详情的内容值模型,补齐接口返回中缺失的字段。 Changes:
Technical Notes: 新增字段均通过 🤖 Was this summary useful? React with 👍 or 👎 |
There was a problem hiding this comment.
Pull request overview
此 PR 为企业微信审批详情的 ContentValue 数据模型添加了缺失的字段。这些字段包括银行账户信息和时区信息,用于支持更完整的审批数据反序列化。
Changes:
- 新增
BankAccount静态内部类及其嵌套的Bank类,用于表示银行账户控件的数据 - 新增
TimezoneInfo静态内部类,用于表示时区信息 - 在
Date类中添加timezoneInfo字段 - 在
DataRange类中添加timezoneInfo字段 - 在
ContentValue类中添加bankAccount字段
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增审批详情缺失的字段