123456789101112131415161718 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace GxPress.Request.App.OftenContact
- {
- /// <summary>
- ///
- /// </summary>
- public class OftenContactsDeRequest
- {
- /// <summary>
- /// 界面ID
- /// </summary>
- public List<int> OftenContactIds { get; set; }
- }
- }
|