政务首页智能提醒

wushunjie
杜函宇 4 months ago
parent c17f739c2c
commit 735fa4c112

@ -38,6 +38,12 @@ public class HomeRequestSmart {
@ApiModelProperty("项目小类名称") @ApiModelProperty("项目小类名称")
private String declarationName; private String declarationName;
/**
*
*/
@ApiModelProperty("企业名称")
private String qymc;
/** /**
* *
*/ */

@ -35,6 +35,7 @@
a.id as id, a.id as id,
a.smart_reminders_id as smartRemindersId, a.smart_reminders_id as smartRemindersId,
b.project_small_type as declarationName, b.project_small_type as declarationName,
b.declare_unit as qymc,
a.is_read as isRead, a.is_read as isRead,
a.tyshxydm as tyshxydm, a.tyshxydm as tyshxydm,
c.alert_recipients as alertRecipients, c.alert_recipients as alertRecipients,

Loading…
Cancel
Save