Quanxue.Zhanghao.Daochu/LearningOfficer.OA.Common/Dtos/Points/UserAddressIdReq.cs

15 lines
276 B
C#

using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LearningOfficer.OA.Common.Dtos.Points
{
public class UserAddressIdReq
{
public long Id { get; set; } = 0;
}
}