feat(other): add target field to SampleStringRes

This commit is contained in:
jade
2026-07-09 13:31:20 +09:00
parent dfe3d4715e
commit 1eb0d3b476

View File

@@ -32,4 +32,7 @@ public class SampleStringRes {
@GlowTrgmField(order = 4, length = 2, description = "상태코드")
private String statusCode;
@GlowTrgmField(order = 5, length = 10, description = "타겟")
private String target;
}