Files
YunTongJackYunTask/Reportapi/MyCode.Project.Domain/Message/Act/Common/IdAct.cs

14 lines
247 B
C#
Raw Normal View History

2025-07-04 09:50:02 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MyCode.Project.Domain.Message.Act.Common
{
public class IdAct
{
public long Id { get; set; }
}
}