add 会议增加安全中心项目id
This commit is contained in:
@@ -60,4 +60,8 @@ alter table pay_functional_safety_center_subitem_contacts
|
||||
add primary key (id);
|
||||
|
||||
insert into sys_dict_item (id, dict_id, item_text, item_value, description, sort_order, status, create_by, create_time, update_by, update_time)
|
||||
values ('1803314563741982722', '1432280766382727169', '功能安全中心会议', '9', '', 9.00, 1, 'LKGLZ', '2024-06-19 14:31:11', 'LKGLZ', '2024-06-25 10:40:33');
|
||||
values ('1803314563741982722', '1432280766382727169', '功能安全中心会议', '9', '', 9.00, 1, 'LKGLZ', '2024-06-19 14:31:11', 'LKGLZ', '2024-06-25 10:40:33');
|
||||
|
||||
alter table pay_meeting
|
||||
add safety_center_id varchar(50) null comment '功能安全中心id';
|
||||
|
||||
|
||||
@@ -119,6 +119,10 @@ public class PayMeeting implements Serializable {
|
||||
@ApiModelProperty(value = "理事会名称")
|
||||
private String councilName;
|
||||
|
||||
/**安全中心项目id*/
|
||||
@ApiModelProperty(value = "安全中心项目id")
|
||||
private String safetyCenterId;
|
||||
|
||||
/**开始时间*/
|
||||
@Excel(name = "开始时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
|
||||
Reference in New Issue
Block a user