1234567891011121314151617181920212223242526272829303132333435 |
- using CZFW.Framework.Model.Entity;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Threading.Tasks;
- namespace CZKJ.GBRS2.WebMVC.Models
- {
-
-
-
- public class RecuritModel
- {
-
-
-
- public GalleryEntity GalleryEntity { get; set; }
-
-
-
- public IList<GalleryEntity> GalleryList { get; set; }
-
-
-
- public IList<GalleryEntity> SalaryGalist { get; set; }
-
-
-
- public IList<GalleryEntity> EnvironmentalList { get; set; }
- }
- }
|