|
|
@ -49,6 +49,9 @@ public class TbsBudget implements Serializable { |
|
|
|
@NotNull(message = "成本中心id不能为空") |
|
|
|
private Long centerId; |
|
|
|
|
|
|
|
@NotNull(message = "成本中心类型不能为空") |
|
|
|
private String centerType; |
|
|
|
|
|
|
|
/** 成本中心编码 */ |
|
|
|
@NotBlank(message = "成本中心编码不能为空") |
|
|
|
@Length(max = 30,message = "成本中心编码长度不能超过30字") |
|
|
|