14 lines
297 B
C#
14 lines
297 B
C#
|
|
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; }
|
|||
|
|
}
|
|||
|
|
}
|