|
|
@@ -19,15 +19,15 @@ public class SysDeptRate extends BaseEntity
|
|
|
/** */
|
|
|
private Long rateId;
|
|
|
|
|
|
- /** */
|
|
|
- @Excel(name = "")
|
|
|
+ /** 供应商 */
|
|
|
+ @Excel(name = "供应商")
|
|
|
private Long deptId;
|
|
|
|
|
|
- /** 物流公司类型 取字典 */
|
|
|
+ /** 物流公司类型 */
|
|
|
@Excel(name = "物流公司类型 取字典")
|
|
|
private String companyType;
|
|
|
|
|
|
- /** 快递产品类型 取字典 */
|
|
|
+ /** 快递产品类型 */
|
|
|
@Excel(name = "快递产品类型 取字典")
|
|
|
private String productType;
|
|
|
|
|
|
@@ -43,7 +43,6 @@ public class SysDeptRate extends BaseEntity
|
|
|
@Excel(name = "折扣")
|
|
|
private BigDecimal rate;
|
|
|
|
|
|
- /** */
|
|
|
@Excel(name = "")
|
|
|
private Long userId;
|
|
|
|