zhangwei
8 天以前 157476e37c39931ee026a2ca6fde0d09383884d3
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>