using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XYY.Model.Standard.Enums { /// /// 扣费对象 /// public enum ChargeTarget { 客户=1, 分公司=2 } }