Files
service/erp
kanade 4cf5fdccff feat(accounting): 更新会计模块数据结构以支持应付生成状态跟踪
- 在 RequestAccountingList 中添加 HasGenPayable 字段用于标识是否生成应付
- 将 ReplyAccountingList 中的 GenPayableFlag 字段替换为 HasGenPayable 整型字段
- 在 ReplyAccountingInfo 结构体中同步添加 HasGenPayable 状态字段
- 移除已废弃的 GenPayableFlag 布尔类型字段
- 统一应付生成状态的数据类型为 int64 格式便于后续扩展
2026-08-21 17:24:32 +08:00
..
2024-08-19 17:49:26 +08:00
2024-07-16 17:18:31 +08:00
2024-08-01 14:51:51 +08:00
2024-07-16 17:18:31 +08:00
2024-08-19 17:49:26 +08:00
2024-10-12 14:46:31 +08:00
2025-04-15 16:22:55 +08:00