namespace Win_in.Sfs.Shared.Domain; public interface IHasCustomerPack { /// /// 客户计量单位 /// public string CustomerPackUom { get; set; } /// /// 客户包装 /// public decimal CustomerPackQty { get; set; } }