using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MES.Production.Entity { public class ResponseUploadFiles { /// /// 图片URL /// public string attachUrl { get; set; } } }