Compare commits

..

3 Commits

Author SHA1 Message Date
501654686a Merge pull request 'dev' (#278) from dev into prd-deploy
Reviewed-on: #278
2025-12-24 17:32:24 +09:00
c8cf6aec24 northModuleYn 컬럼 추가 2025-12-24 17:28:40 +09:00
bf9a9506fc 엑셀수정 2025-12-23 17:56:39 +09:00
2 changed files with 3 additions and 0 deletions

View File

@ -15,4 +15,7 @@ public class ApiPcsModuleItemRequest {
@Schema(description = "혼합모듈번호", maxLength = 10)
public Integer mixMatlNo;
@Schema(description = "모듈 북면 여부", maxLength = 10)
public Integer northModuleYn;
}