修改开庭时间时加短信通知

This commit is contained in:
18792927508
2023-11-02 14:49:18 +08:00
parent fdbfcafb81
commit d1d1b70d9b
3 changed files with 33 additions and 17 deletions
@@ -680,7 +680,7 @@ public class CaseApplication extends BaseEntity {
@Excel(name = "被申请人主体信息-身份证号",width = 26)
private String debtorIdentityNum;
/** 被申请人主体信息-性别 */
@Excel(name = "被申请人主体信息-性别",width = 26,combo= {"男","女"},readConverterExp = "0=男,女=1")
@Excel(name = "被申请人主体信息-性别",width = 26,combo= {"男","女"},readConverterExp = "0=男,1=女")
private String responSex;
public Date getResponBirth() {