zhengyiming
2025-04-16 5a09f64b974521e25ef07c0691361ba5d71e919b
LifePayment/LifePayment.Domain.Shared/InitSetting.cs
@@ -155,5 +155,10 @@
        /// 当前电子签
        /// </summary>
        public string CurrentSign { get; set; }
        /// <summary>
        /// 开启1分钱测试模式
        /// </summary>
        public bool OpenTheOnePennyTest { get; set; }
    }
}