1234567891011121314151617181920212223 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace GxPress.Request.App.Topic
- {
-
-
-
- public class TopicDeRequest
- {
-
-
-
- public int TopicAddresseeId { get; set; }
-
-
-
- public int TopicId { get; set; }
- }
- }
|