using Admin.Core.IService; using CommunityToolkit.Mvvm.ComponentModel; using Microsoft.Extensions.DependencyInjection; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /** * 补码打印 * */ namespace Aucma.Core.PrintTo.ViewModels { public class SupplementViewModel : ObservableObject { public SupplementViewModel() { _printSuppleMentBarCodeServices = App.ServiceProvider.GetService(); } } }