Compare commits
2 Commits
506ff8b122
...
920028603f
| Author | SHA1 | Date |
|---|---|---|
|
|
920028603f | |
|
|
b01d215771 |
|
|
@ -0,0 +1,8 @@
|
|||
-- 是否结算(0 未结算 1已结算)
|
||||
alter table bm_agreement_info
|
||||
add is_slt int default 0 null comment '是否结算(0 未结算 1已结算)';
|
||||
|
||||
-- 调整天数
|
||||
alter table slt_agreement_info
|
||||
add trim_day int null comment '调整天数';
|
||||
|
||||
Loading…
Reference in New Issue