| | |
| | | /*********************************************************************** |
| | | * Project: CoreCms |
| | | * ProjectName: 核心内容管理系统 |
| | | * Web: https://www.corecms.net |
| | | * Author: 大灰灰 |
| | | * Email: jianweie@163.com |
| | | * CreateTime: 2021/1/31 21:45:10 |
| | | * Project: baifenBinfa |
| | | * ProjectName: 百分兵法管理系统 |
| | | * Web: http://chuanyin.com |
| | | * Author: |
| | | * Email: |
| | | * CreateTime: 202403/02 |
| | | * Description: 暂无 |
| | | ***********************************************************************/ |
| | | using SqlSugar; |
| | |
| | | [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; } |
| | | } |
| | | } |