#
Junjie
2 天以前 c0760528d4c2c3411c8f9fff3d0e9db7ba9a658f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.zy.asrs.domain.param;
 
import lombok.Data;
 
@Data
public class InitDevpStationParam {
 
    private Integer devpNo;
 
    private Integer stationNo;
 
    private Integer initLength;
 
}