DingDingUserInfo.cs 303 B

1234567891011121314151617
  1. namespace XYY.Api.WarningNotice.WarningNoticeService
  2. {
  3. public class DingDingUserInfo
  4. {
  5. public string UserId
  6. {
  7. get; set;
  8. }
  9. public long DepId
  10. {
  11. get; set;
  12. }
  13. }
  14. }