#
vincentlu
2 天以前 5b2e04269894ec4e6bcc1e3502bfa203e33cfe3a
zy-acs-common/src/main/java/com/zy/acs/common/domain/HeightDepthDto.java
@@ -19,6 +19,10 @@
    public HeightDepthDto() {
    }
    public HeightDepthDto(Number height) {
        this.height = toShort(height);
    }
    public HeightDepthDto(Number height, Number depth) {
        this.height = toShort(height);
        this.depth  = toShort(depth);