fix
songhuangfeng123
2022-09-02 d59ce37bc27d01da323b79c10200e93796865fee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.gkhy.safePlatform.incidentManage.query.db;
 
public class WorkInjuryDeclarationDBQuery {
 
    private Long accidentExpressId;
 
    public Long getAccidentExpressId() {
        return accidentExpressId;
    }
 
    public void setAccidentExpressId(Long accidentExpressId) {
        this.accidentExpressId = accidentExpressId;
    }
}