示例#1
0
文件: Reference.cs 项目: unicloud/FRP
 public void AddToSnRemInstRecords(SnRemInstRecordDTO snRemInstRecordDTO)
 {
     base.AddObject("SnRemInstRecords", snRemInstRecordDTO);
 }
示例#2
0
文件: Reference.cs 项目: unicloud/FRP
 public static SnRemInstRecordDTO CreateSnRemInstRecordDTO(int ID, global::System.DateTime actionDate, int actionType, global::System.Guid aircraftId)
 {
     SnRemInstRecordDTO snRemInstRecordDTO = new SnRemInstRecordDTO();
     snRemInstRecordDTO.Id = ID;
     snRemInstRecordDTO.ActionDate = actionDate;
     snRemInstRecordDTO.ActionType = actionType;
     snRemInstRecordDTO.AircraftId = aircraftId;
     return snRemInstRecordDTO;
 }