记得上下班打卡 | git大法好,push需谨慎

Commit 9dfb9532 authored by 张国柄's avatar 张国柄

+sql:会员码管理:批次;

parent 8c5c1e67
......@@ -153,6 +153,7 @@ create table adam_member_code_batch
effect_at datetime(3) null comment '生效时间',
expire_at datetime(3) null comment '失效时间',
state tinyint comment '状态[0-INIT|1-NORMAL|2-INVALID]',
operator varchar(64) comment '操作人',
created_at datetime(3) not null,
updated_at datetime(3),
......
......@@ -79,6 +79,11 @@ public class AdamMemberCodeBatch implements Serializable {
*/
private LocalDateTime expireAt;
/**
* 状态:0-INIT,1-NORMAL,2-INVALID
*/
private Integer state;
/**
* 操作人
*/
......
......@@ -451,6 +451,7 @@ create table adam_member_code_batch
effect_at datetime(3) null comment '生效时间',
expire_at datetime(3) null comment '失效时间',
state tinyint comment '状态[0-INIT|1-NORMAL|2-INVALID]',
operator varchar(64) comment '操作人',
created_at datetime(3) not null,
updated_at datetime(3),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment