| | |
| | | /*********************************************************************** |
| | | * Project: CoreCms |
| | | * Project: baifenBinfa |
| | | * ProjectName: 百分兵法管理系统 |
| | | * Web: hhtp://chuanyin.com |
| | | * Web: http://chuanyin.com |
| | | * Author: |
| | | * Email: |
| | | * CreateTime: 202403/02 |
| | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public int reshipedNums { get; set; } = 0; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 货品信息 |
| | | /// </summary> |
| | | [Navigate(NavigateType.OneToOne, nameof(productId))] |
| | | public CoreCmsProducts productInfo { get; set; } |
| | | /// <summary> |
| | | /// 当前退货数量 |
| | | /// </summary> |
| | |
| | | public int atPresentReshipNums { get; set; } = 0; |
| | | |
| | | [SugarColumn(IsIgnore = true)] public object promotionObj { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 审核者员工SYSUserID" |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | public int? publisherId { get; set; } |
| | | } |
| | | } |