/***********************************************************************
|
* Project: baifenBinfa
|
* ProjectName: 百分兵法管理系统
|
* Web: http://chuanyin.com
|
* Author:
|
* Email:
|
* CreateTime: 202403/02
|
* Description: 暂无
|
***********************************************************************/
|
|
|
namespace CoreCms.Net.Model.ViewModels.QueryMuch
|
{
|
/// <summary>
|
/// 根据订单号查询已经售后的内容.算退货商品明细
|
/// </summary>
|
public class QMAfterSalesItems
|
{
|
public int orderItemsId { get; set; }
|
public int nums { get; set; }
|
public int status { get; set; }
|
public int type { get; set; }
|
}
|
}
|