Commit 4d620a71 by xxlv

Fix typo

parent 1a467d4b
......@@ -2,6 +2,7 @@ package com.${PACKAGE_LEVEL1}.${PACKAGE_LEVEL2}.intf.dto.request;
import java.io.Serializable;
import java.util.Date;
import java.math.BigDecimal;
......
package com.${PACKAGE_LEVEL1}.${PACKAGE_LEVEL2}.intf.dto.response;
import java.io.Serializable;
import java.util.Date;
import java.math.BigDecimal;
public class ${PLACE}RespDto {
public class ${PLACE}RespDto implements Serializable{
${PO}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment