|
|
@@ -4,11 +4,6 @@ import cn.com.taiji.core.entity.dict.issue.UseFeeJfType; |
|
|
|
import cn.com.taiji.core.entity.dict.issue.UseFeeType; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import javax.persistence.Column; |
|
|
|
import javax.persistence.EnumType; |
|
|
|
import javax.persistence.Enumerated; |
|
|
|
import javax.validation.constraints.NotBlank; |
|
|
|
import javax.validation.constraints.NotNull; |
|
|
|
|
|
|
|
|
|
|
@@ -21,7 +16,7 @@ import javax.validation.constraints.NotNull; |
|
|
|
@Data |
|
|
|
public class UseFeeModel extends CommonFee{ |
|
|
|
|
|
|
|
@NotBlank |
|
|
|
@NotNull |
|
|
|
@ApiModelProperty(value = "费用类型") |
|
|
|
private UseFeeType feeType;//费用类型 |
|
|
|
|