• - 为lq_hytk_mx表添加会员ID字段(F_MemberId)
    - 为消耗功能添加加班相关字段:
      - lq_xh_hyhk: 加班系数、原始手工费、加班手工费
      - lq_xh_pxmx: 原始项目次数、加班项目次数
      - lq_xh_jksyj: 原始耗卡品项次数、加班耗卡品项次数、原始手工费、加班手工费
      - lq_xh_kjbsyj: 原始耗卡品相次数、加班耗卡品相次数、原始手工费、加班手工费
    - 更新相关实体类和DTO类
    - 将lq_xh_pxmx和lq_hytk_mx表的项目次数字段改为DECIMAL类型
    - 添加消耗功能加班需求分析文档和SQL脚本
    “wangming” authored
     
    Browse File »

  • - Added refund performance and count fields to personal and store total performance statistics.
    - Introduced actual performance calculations that account for refunds.
    - Updated relevant DTOs and entity classes to include new fields.
    - Improved front-end tables to display refund-related data in performance statistics views.
    “wangming” authored
     
    Browse File »

  • - 在LqHytkHytkService中添加cancelRemark字段,支持作废备注
    - 更新VoidRefundCardInfo方法,增加remarks参数以传递作废备注
    - 在LqMdxxService中新增StoreCategory和StoreType字段,支持门店类别和类型
    - 添加获取门店类别和类型的接口,返回相应的枚举数据
    - 更新相关DTO和实体类,确保数据结构一致性
    - 优化错误处理,提供更详细的异常信息
    “wangming” authored
     
    Browse File »