commit
This commit is contained in:
@@ -50,6 +50,12 @@ public class ClubPayRecord extends BaseModel {
|
||||
@Default(value = "0")
|
||||
private Boolean payed;
|
||||
|
||||
@Column
|
||||
@Comment("是否拨付")
|
||||
@ColDefine(type = ColType.BOOLEAN)
|
||||
@Default(value = "0")
|
||||
private Boolean isGiveMoney;
|
||||
|
||||
// 防止有人今天操作缴费,明天操作未缴费,还是记录一下吧
|
||||
@Column
|
||||
@Comment("操作记录")
|
||||
|
||||
Reference in New Issue
Block a user