| | |
| | | package cn.iocoder.yudao.module.mes.dal.dataobject.wm.productsales; |
| | | |
| | | import cn.iocoder.yudao.framework.mybatis.core.dataobject.BaseDO; |
| | | import cn.iocoder.yudao.module.mes.dal.dataobject.md.client.MesMdClientDO; |
| | | import cn.iocoder.yudao.module.mes.dal.dataobject.wm.salesnotice.MesWmSalesNoticeDO; |
| | | import cn.iocoder.yudao.module.mes.enums.wm.MesWmProductSalesStatusEnum; |
| | | import com.baomidou.mybatisplus.annotation.KeySequence; |
| | |
| | | /** |
| | | * 客户ID |
| | | * |
| | | * 关联 {@link MesMdClientDO#getId()} |
| | | * 关联 CRM 客户 {@link cn.iocoder.yudao.module.crm.api.customer.dto.CrmCustomerRespDTO#getId()} |
| | | */ |
| | | private Long clientId; |
| | | /** |
| | | * 销售订单ID |
| | | */ |
| | | private Long saleOrderId; |
| | | /** |
| | | * 销售订单号 |
| | | */ |
| | | private String salesOrderCode; |