|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.yxt.anrui.terminal.api.supplychain.companyShunting; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty; |
|
|
|
import com.yxt.common.core.vo.Vo; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
import lombok.Data; |
|
|
@ -24,8 +25,10 @@ public class CompanyShuntingVo implements Vo { |
|
|
|
|
|
|
|
private String procInsId; |
|
|
|
@ApiModelProperty("调入分公司名称") |
|
|
|
@JsonProperty("company2") |
|
|
|
private String buyerOrgName; |
|
|
|
@ApiModelProperty("调出分公司名称") |
|
|
|
@JsonProperty("company") |
|
|
|
private String sellerOrgName; |
|
|
|
@ApiModelProperty("调车类型key") |
|
|
|
private String shuntingTypeKey; |
|
|
|