이지우 - VO 빠진 변수 선언

This commit is contained in:
JIWOO 2025-08-22 12:45:54 +09:00
parent 07b0c3519f
commit 88d0e14de2

View File

@ -49,5 +49,10 @@ public class MjonMsgAgentStsVO {
private double faxCost;
private List<String> agentCodes;
private List<String> repAgents;
private List<String> msgTypes;
private List<String> useYns;
private List<String> sendRates;
private List<String> agentPrices;
}