diff --git a/business/src/main/java/com/fizz/business/domain/SetupTension.java b/business/src/main/java/com/fizz/business/domain/SetupTension.java index c440d5d..2e9a6b3 100644 --- a/business/src/main/java/com/fizz/business/domain/SetupTension.java +++ b/business/src/main/java/com/fizz/business/domain/SetupTension.java @@ -7,7 +7,7 @@ import com.ruoyi.common.core.domain.BaseEntity; /** * 全线张力对象 setup_tension - * + * * @author ruoyi * @date 2025-09-26 */ @@ -81,156 +81,156 @@ public class SetupTension extends BaseEntity @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") private Long value15; - public void setThick(Long thick) + public void setThick(Long thick) { this.thick = thick; } - public Long getThick() + public Long getThick() { return thick; } - public void setYieldStren(Long yieldStren) + public void setYieldStren(Long yieldStren) { this.yieldStren = yieldStren; } - public Long getYieldStren() + public Long getYieldStren() { return yieldStren; } - public void setValue1(Long value1) + public void setValue1(Long value1) { this.value1 = value1; } - public Long getValue1() + public Long getValue1() { return value1; } - public void setValue2(Long value2) + public void setValue2(Long value2) { this.value2 = value2; } - public Long getValue2() + public Long getValue2() { return value2; } - public void setValue3(Long value3) + public void setValue3(Long value3) { this.value3 = value3; } - public Long getValue3() + public Long getValue3() { return value3; } - public void setValue4(Long value4) + public void setValue4(Long value4) { this.value4 = value4; } - public Long getValue4() + public Long getValue4() { return value4; } - public void setValue5(Long value5) + public void setValue5(Long value5) { this.value5 = value5; } - public Long getValue5() + public Long getValue5() { return value5; } - public void setValue6(Long value6) + public void setValue6(Long value6) { this.value6 = value6; } - public Long getValue6() + public Long getValue6() { return value6; } - public void setValue7(Long value7) + public void setValue7(Long value7) { this.value7 = value7; } - public Long getValue7() + public Long getValue7() { return value7; } - public void setValue8(Long value8) + public void setValue8(Long value8) { this.value8 = value8; } - public Long getValue8() + public Long getValue8() { return value8; } - public void setValue9(Long value9) + public void setValue9(Long value9) { this.value9 = value9; } - public Long getValue9() + public Long getValue9() { return value9; } - public void setValue10(Long value10) + public void setValue10(Long value10) { this.value10 = value10; } - public Long getValue10() + public Long getValue10() { return value10; } - public void setValue11(Long value11) + public void setValue11(Long value11) { this.value11 = value11; } - public Long getValue11() + public Long getValue11() { return value11; } - public void setValue12(Long value12) + public void setValue12(Long value12) { this.value12 = value12; } - public Long getValue12() + public Long getValue12() { return value12; } - public void setValue13(Long value13) + public void setValue13(Long value13) { this.value13 = value13; } - public Long getValue13() + public Long getValue13() { return value13; } - public void setValue14(Long value14) + public void setValue14(Long value14) { this.value14 = value14; } - public Long getValue14() + public Long getValue14() { return value14; } - public void setValue15(Long value15) + public void setValue15(Long value15) { this.value15 = value15; } - public Long getValue15() + public Long getValue15() { return value15; }