前台页面整体保存功能完善和后台读取社区列表和读取幢列表的功能开发
This commit is contained in:
@@ -10,11 +10,31 @@ using Vote.Services.Entities;
|
||||
|
||||
namespace Vote.Services.Dto
|
||||
{
|
||||
public class aaaaa
|
||||
public class OutsideWallBuildingsOutput : outside_wall_building
|
||||
{
|
||||
public string appid { get; set; }
|
||||
public OutsideWallInput wall { get; set; }
|
||||
public FormFileCollection file { get; set; }
|
||||
public string communityId { get; set; }
|
||||
public string communityName { get; set; }
|
||||
public string submitCode { get; set; }
|
||||
public DateTime? createtime { get; set; }
|
||||
}
|
||||
public class OutsideWallQueryBuildingInput
|
||||
{
|
||||
public string wallId { get; set; }
|
||||
}
|
||||
public class OutsideWallQueryInput
|
||||
{
|
||||
public string submitCode { get; set; }
|
||||
public string communityId { get; set; }
|
||||
}
|
||||
public class OutsideWallResultOutput : outside_wall
|
||||
{
|
||||
public int submitBuildCount { get; set; }
|
||||
//{
|
||||
// get
|
||||
// {
|
||||
// return this.outside_wall_buildings.Where(a => !string.IsNullOrWhiteSpace(a.curwallproblems)).Count();
|
||||
// }
|
||||
//}
|
||||
}
|
||||
/// <summary>
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user