步步为盈

8 lines
138 B

3 years ago
namespace BBWY.Server.Model.Dto
{
public class ToDayOrderAchievementRequest
{
public long ShopId { get; set; }
}
}