ci: 废止封存启用 企标类型字段翻译
This commit is contained in:
+2
@@ -8,6 +8,7 @@ import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.jero.common.aspect.annotation.Dict;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import org.springframework.format.annotation.DateTimeFormat;
|
||||
@@ -93,6 +94,7 @@ public class ProcessEsAbolish implements Serializable {
|
||||
/**
|
||||
* 企标类型
|
||||
*/
|
||||
@Dict(dicCode = "esp_standard_type")
|
||||
@ApiModelProperty(value = "企标类型")
|
||||
private String standardCategory;
|
||||
|
||||
|
||||
+2
@@ -8,6 +8,7 @@ import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.jero.common.aspect.annotation.Dict;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -94,6 +95,7 @@ public class ProcessEsArchive implements Serializable {
|
||||
/**
|
||||
* 企标类型
|
||||
*/
|
||||
@Dict(dicCode = "esp_standard_type")
|
||||
@ApiModelProperty(value = "企标类型")
|
||||
private String standardCategory;
|
||||
|
||||
|
||||
+2
@@ -8,6 +8,7 @@ import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.jero.common.aspect.annotation.Dict;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import org.springframework.format.annotation.DateTimeFormat;
|
||||
@@ -93,6 +94,7 @@ public class ProcessEsEnable implements Serializable {
|
||||
/**
|
||||
* 企标类型
|
||||
*/
|
||||
@Dict(dicCode = "esp_standard_type")
|
||||
@ApiModelProperty(value = "企标类型")
|
||||
private String standardCategory;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user