上传后端代码
Showing
71 changed files
with
3402 additions
and
0 deletions
code/FinancialSystem/pom.xml
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
package com.vion.financial.vo; | ||
import org.springframework.stereotype.Component; | ||
@Component | ||
public class SuccessCode { | ||
public String ecode="200"; | ||
public String enote="OK"; | ||
} |