DensityCorrection.ts
export default class DensityCorrection {
control_point = 0;
x = 0;
y = 0;
def_x = 0;
def_y = 0;
}
使用
import DensityCorrection from "src/entities/DensityCorrection";
let value = ref(<DensityCorrection[]>[]);
DensityCorrection.ts
export default class DensityCorrection {
control_point = 0;
x = 0;
y = 0;
def_x = 0;
def_y = 0;
}
使用
import DensityCorrection from "src/entities/DensityCorrection";
let value = ref(<DensityCorrection[]>[]);
Comments | NOTHING