namespace Win_in.Sfs.Shared.Domain; public interface IHasPoNumber { /// /// 订单号 /// public string PoNumber { get; set; } }