11 changed files with 102 additions and 1 deletions
@ -0,0 +1,20 @@ |
|||
package com.qs.serve.modules.tbs.entity.bo; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import javax.validation.constraints.NotNull; |
|||
|
|||
/** |
|||
* @author YenHex |
|||
* @since 2025/6/19 |
|||
*/ |
|||
@Data |
|||
public class TbsBudgetConditionStateBo { |
|||
|
|||
@NotNull |
|||
private Long budgetId; |
|||
|
|||
@NotNull |
|||
private Integer stopMatchFlag; |
|||
|
|||
} |
Loading…
Reference in new issue