zhangfeng
2022-09-21 35efe5ba67712e6f850759ccfca9c5b4c0ed31c7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.gkhy.safePlatform.incidentManage.query;
 
public class WorkInjuryDeclarationQuery {
 
    private Long accidentExpressId;
 
    public Long getAccidentExpressId() {
        return accidentExpressId;
    }
 
    public void setAccidentExpressId(Long accidentExpressId) {
        this.accidentExpressId = accidentExpressId;
    }
 
}