供应商/客户-评价
This commit is contained in:
@ -34,7 +34,7 @@ public class LngScorePageVo {
|
||||
* 评价体系主键
|
||||
*/
|
||||
@ApiModelProperty("评价体系主键")
|
||||
@Trans(type = TransType.API, id = "93d735dcb7364a0f8102188ec4d77ac7")
|
||||
//@Trans(type = TransType.API, id = "93d735dcb7364a0f8102188ec4d77ac7")
|
||||
private String gsId;
|
||||
/**
|
||||
* 供应商/客户
|
||||
|
||||
@ -4,6 +4,8 @@ import java.math.BigDecimal;
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.List;
|
||||
|
||||
import com.xjrsoft.common.annotation.Trans;
|
||||
import com.xjrsoft.common.enums.TransType;
|
||||
import com.xjrsoft.module.supplier.vo.LngScoreDtlVo;
|
||||
import com.xjrsoft.module.system.vo.LngFileUploadVo;
|
||||
|
||||
@ -134,5 +136,17 @@ public class LngScoreVo {
|
||||
*/
|
||||
@ApiModelProperty("lngFileUpload子表")
|
||||
private List<LngFileUploadVo> lngFileUploadList;
|
||||
|
||||
@Trans(type = TransType.DIC, id = "1990668094164484097", transToFieldName = "cpClassName")
|
||||
private String cpClassCode;
|
||||
|
||||
private String cpClassName;
|
||||
|
||||
/**
|
||||
* 供应商/客户
|
||||
*/
|
||||
@ApiModelProperty("供应商/客户名称")
|
||||
private String cpName;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -4,6 +4,8 @@ import java.math.BigDecimal;
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.List;
|
||||
|
||||
import com.xjrsoft.common.annotation.Trans;
|
||||
import com.xjrsoft.common.enums.TransType;
|
||||
import com.xjrsoft.module.system.vo.LngFileUploadVo;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
@ -136,5 +138,18 @@ public class LngScoreVo {
|
||||
*/
|
||||
@ApiModelProperty("lngFileUpload子表")
|
||||
private List<LngFileUploadVo> lngFileUploadList;
|
||||
|
||||
|
||||
|
||||
@Trans(type = TransType.DIC, id = "1990668094164484097", transToFieldName = "cpClassName")
|
||||
private String cpClassCode;
|
||||
|
||||
private String cpClassName;
|
||||
|
||||
/**
|
||||
* 供应商/客户
|
||||
*/
|
||||
@ApiModelProperty("供应商/客户名称")
|
||||
private String cpName;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user