using System; using System.Collections.Generic; namespace MySystem { public class SetDepositList { public string productSubType { get; set; } public decimal updateValue { get; set; } public int updateType { get; set; } } }