Sign in

MES / IOT · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • IOT
  • sys
  • Hh.Mes.POJO
  • LicenseEntity
  • LicenseInfo.cs
  • SN列表显示页面增加状态筛选条件
    3173ce91
    唐召明 authored
    2025-11-18 13:11:40 +0800  
    Browse Code »
LicenseInfo.cs 292 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
using System;

namespace Hh.Mes.POJO.LicenseEntity
{
    public class LicenseInfo
    {
        public string Sn { get; set; }

        public DateTime expiration_time { get; set; }

        public DateTime ExpiringDate { get; set; }

        public DateTime Created { get; set; }
    }
}