mix배치 여부 추가

mix배치 여부 추가
This commit is contained in:
yjnoh 2025-03-31 09:50:56 +09:00
parent 96813846ce
commit 493a7c1868

View File

@ -40,4 +40,7 @@ public class ApiModuleTpItemResponse {
@Schema(description = "혼합모듈번호")
private String mixMatlNo;
@Schema(description = "MIX배치 여부")
private String mixAsgYn;
}