Update ResponseCode.java

cyj
pbvfus8to 8 months ago
parent bce5cbda95
commit 3c61f739d1

@ -10,10 +10,23 @@
package com.yami.shop.common.response; package com.yami.shop.common.response;
/** /**
*
* 使便
*
*
* @author lanhai * @author lanhai
*/ */
public interface ResponseCode { public interface ResponseCode {
/**
*
*
*/
int SUCCESS = 1; int SUCCESS = 1;
/**
*
*
*/
int FAIL = -1; int FAIL = -1;
} }
Loading…
Cancel
Save