| | |
| | | /*********************************************************************** |
| | | * Project: CoreCms |
| | | * Project: baifenBinfa |
| | | * ProjectName: 百分兵法管理系统 |
| | | * Web: hhtp://chuanyin.com |
| | | * Web: http://chuanyin.com |
| | | * Author: |
| | | * Email: |
| | | * CreateTime: 202403/02 |
| | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public System.String shipAreaIdName { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 商品列表 |
| | | /// </summary> |
| | | [Navigate(NavigateType.OneToOne,nameof(orderId))] |
| | | public CoreCmsOrder? order { get; set; } |
| | | /// <summary> |
| | | /// sendDistributionAccept 经销商发货确认状态字符串描述 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore =true)] |
| | | public string distributionAcceptStr { get; set; } |
| | | } |
| | | } |