LogEquipmentMsg.cs 286 B

1234567891011121314
  1. using FocasCncCollect.ICore;
  2. using FocasCncCollect.Models;
  3. using System;
  4. using System.Collections.Generic;
  5. using System.Linq;
  6. using System.Text;
  7. namespace FocasCncCollect.Core
  8. {
  9. public partial class LogEquipmentMsg : BaseCore<LOG_EQUIPMENT_MSG>, ILogEquipmentMsg
  10. {
  11. }
  12. }