修改
This commit is contained in:
@ -1,14 +1,9 @@
|
||||
package com.xjrsoft.module.mdm.vo;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import com.xjrsoft.common.annotation.Trans;
|
||||
import com.xjrsoft.common.enums.TransType;
|
||||
import java.time.LocalTime;
|
||||
import java.time.LocalDateTime;
|
||||
import java.math.BigDecimal;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @title: 分页列表出参
|
||||
@ -38,25 +33,25 @@ public class LngBDocCpPageVo {
|
||||
* 供应商适用(Y-是,N-否)
|
||||
*/
|
||||
@ApiModelProperty("供应商适用(Y-是,N-否)")
|
||||
@Trans(type = TransType.DIC, id = "1676483934342787074")
|
||||
@Trans(type = TransType.DIC, id = "1978056598125330433")
|
||||
private String suSign;
|
||||
/**
|
||||
* 供应商必须提供(Y-是,N-否;供应商适用N时置为N且只读)
|
||||
*/
|
||||
@ApiModelProperty("供应商必须提供(Y-是,N-否;供应商适用N时置为N且只读)")
|
||||
@Trans(type = TransType.DIC, id = "1676831752869834753")
|
||||
@Trans(type = TransType.DIC, id = "1978056598125330433")
|
||||
private String suNecSign;
|
||||
/**
|
||||
* 客户适用(Y-是,N-否)
|
||||
*/
|
||||
@ApiModelProperty("客户适用(Y-是,N-否)")
|
||||
@Trans(type = TransType.DIC, id = "1679007059387240450")
|
||||
@Trans(type = TransType.DIC, id = "1978056598125330433")
|
||||
private String cuSign;
|
||||
/**
|
||||
* 客户必须提供(Y-是,N-否;客户适用N时置为N且只读)
|
||||
*/
|
||||
@ApiModelProperty("客户必须提供(Y-是,N-否;客户适用N时置为N且只读)")
|
||||
@Trans(type = TransType.DIC, id = "1679010661178691585")
|
||||
@Trans(type = TransType.DIC, id = "1978056598125330433")
|
||||
private String cuNecSign;
|
||||
/**
|
||||
* 有效标志(Y-有效,N-无效)
|
||||
|
||||
Reference in New Issue
Block a user