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