MCPcopy Create free account
hub / github.com/apache/fesod / BomData

Class BomData

fesod-sheet/src/test/java/org/apache/fesod/sheet/bom/BomData.java:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25import org.apache.fesod.sheet.annotation.ExcelProperty;
26
27@Getter
28@Setter
29@EqualsAndHashCode
30public class BomData {
31 @ExcelProperty("姓名")
32 private String name;
33
34 @ExcelProperty("年纪")
35 private Long age;
36}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected