|
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;
|
|
}
|
|
}
|