Notice.cs 169 B

12345678910
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace TEAMModelOS.SDK.Models.Cosmos.Common
  5. {
  6. public class Notice :CosmosEntity
  7. {
  8. }
  9. }