供应商/客户-评价
This commit is contained in:
@ -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