|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace PictureFilesApi.Models.RequestModel
|
|
{
|
|
public class AddOrUpdateUploadDongmengReq
|
|
{
|
|
public string lng_lat { get; set; }
|
|
public string address { get; set; }
|
|
}
|
|
}
|