task `1308` 1 PCN国际化资源

yun-zuoyi
WYnneaoapc 6 years ago
parent 129c84d4a8
commit a38dc051ac

@ -3569,7 +3569,7 @@ public class MesEnumUtil {
PCN_MENU(170, "PCN_MENU", ""),
PCN_MODULE(180, "PCN_MODULE", ""),
PCN_LOGOUT(190, "PCN_LOGOUT", ""),
UPDATE_LOCALE_RES(190, "LOCALE_RES_URL", "");
UPDATE_LOCALE_RES(200, "SYNC_DATA_URL", "LOCALE_RES_URL");
private int value;

@ -131,7 +131,8 @@ public class MesPcnEnumUtil {
PCN_LOGIN(160, "PCN_LOGIN", ""),
PCN_MENU(170, "PCN_MENU", ""),
PCN_MODULE(180, "PCN_MODULE", ""),
PCN_LOGOUT(190, "PCN_LOGOUT", "");
PCN_LOGOUT(190, "PCN_LOGOUT", ""),
UPDATE_LOCALE_RES(200, "LOCALE_RES_URL", "");
private int value;

@ -12,5 +12,5 @@ import org.springframework.stereotype.Repository;
* @Modify:
**/
@Repository
public interface MesDefectRecordRepositoty extends BaseRepository<MesDefectRecord, Long> {
public interface MesDefectRecordRepository extends BaseRepository<MesDefectRecord, Long> {
}
Loading…
Cancel
Save