zhangwei
8 天以前 1a1a7b401b0f75d2588256fdc3dfd3a98d0fb66c
Admin.NET/FZCZTB.TSCL.Application/Service/ProcurementComplaint/Dto/ProcurementComplaintInput.cs
@@ -122,6 +122,13 @@
    /// 选中主键列表
    /// </summary>
    public List<Guid> SelectKeyList { get; set; }
    /// <summary>
    /// 是否成立
    /// </summary>
    public PComplaintStatus? Status { get; set; }
}
/// <summary>