feat: 工作组增加是否收费字段
This commit is contained in:
@@ -123,6 +123,9 @@ public class PayWorkingGroup implements Serializable {
|
||||
@ApiModelProperty(value = "备注")
|
||||
@Size(max = 200,message = "备注长度不能大于200个字符")
|
||||
private String remarks;
|
||||
/**是否收费(0不收费 1收费)*/
|
||||
@ApiModelProperty(value = "是否收费(0不收费 1收费)")
|
||||
private Integer payFlag;
|
||||
/**创建人*/
|
||||
@ApiModelProperty(value = "创建人")
|
||||
private String createBy;
|
||||
|
||||
Reference in New Issue
Block a user