Browse Source

供应商类型调整

zhanglei
God 12 months ago
parent
commit
a663fb0998
  1. 2
      yxt-base-biz/src/main/java/com/yxt/base/biz/base/basesuppliertype/BaseSupplierTypeDto.java

2
yxt-base-biz/src/main/java/com/yxt/base/biz/base/basesuppliertype/BaseSupplierTypeDto.java

@ -52,6 +52,8 @@ public class BaseSupplierTypeDto implements Dto {
@ApiModelProperty("供应商类型名称") @ApiModelProperty("供应商类型名称")
private String supplierTypeName; // 供应商类型名称 private String supplierTypeName; // 供应商类型名称
@ApiModelProperty("供应商类型编码")
private String supplierTypeCode;
@ApiModelProperty("使用组织sid") @ApiModelProperty("使用组织sid")
private String useOrgSid; // 使用组织sid private String useOrgSid; // 使用组织sid
@ApiModelProperty("创建组织名称") @ApiModelProperty("创建组织名称")

Loading…
Cancel
Save