ÎļþÃû´Ó Application/IStation.Application.Product/iot_payment_record/dto/IotPaymentRecordDto.cs ÐÞ¸Ä |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public class IotPaymentRecordDto |
| | | public class SimPaymentRecordDto |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public IotPaymentRecordDto() { } |
| | | public SimPaymentRecordDto() { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public IotPaymentRecordDto(Model.IotPaymentRecord rhs) |
| | | public SimPaymentRecordDto(Model.SimPaymentRecord rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.CorpID = rhs.CorpID; |
| | | this.ProductID = rhs.ProductID; |
| | | this.CardID = rhs.CardID; |
| | | this.PayerName = rhs.PayerName; |
| | | this.PaymentTime = rhs.PaymentTime; |
| | | this.ValidDays = rhs.ValidDays; |
| | |
| | | public long CorpID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è®¾å¤æ è¯ |
| | | /// SIM塿 è¯ |
| | | /// </summary> |
| | | public long ProductID { get; set; } |
| | | public long CardID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 缴费人 |