#
lsh
2024-01-24 fd4ce2e507d27baceae451027ea1273c17739830
src/main/java/com/zy/asrs/entity/WrkMastSta.java
@@ -122,7 +122,7 @@
    public WrkMastSta() {}
    public WrkMastSta(Date now, Integer staStart) {
        this.wrkNo = staStart.longValue()+9999;
        this.wrkNo = staStart.longValue()+19999;
        this.wrkStart = staStart;
        this.wrkEnd = staStart;
        this.staStart = staStart;